#78223B

Color #78223B Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #78223B

Tints of Claret #78223B

Color information

#78223B (or 0x78223B) is unknown color: approx Claret. HEX triplet: 78, 22 and 3B. RGB value is (120,34,59). Sum of RGB (Red+Green+Blue) = 120+34+59=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #78223B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78223B is #87DDC4. Grayscale: #3E3E3E. Windows color (decimal): -8904133 or 3875448. OLE color: 3875448.

HSL color Cylindrical-coordinate representation of color #78223B: hue angle of 342.56º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #78223B is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1203459-
CMYK00.720.510.53
HSL342.56º55.84%30.2%-
HSV(B)342.56º71.67%47.06%-
XYZ9.115.454.71-
YUV62.56125.99168.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 56.34%
GREEN value IS 34 (13.67% from 255) = 15.96%
BLUE value IS 59 (23.44% from 255) = 27.70%
R=56.34%
G=15.96%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120345900.720.510.53342.5655.8430.2
Hex78223B0483335157381e
Octal1704273011063655277036
Binary11110001000101110110100100011001111010110101011111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78223B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78223B; }

 p { color: rgb(120,34,59); }

 H1.HeaderClassName
 {
   color: #78223B;
 }
 .AnyTagClassName
 {
   color: #78223B;
 }
</style>
background-color css

<style>
 a { background-color: #78223B; }

 a { background-color: rgb(120,34,59); }

 div.DivClassName
 {
   background-color: #78223B;
 }
 .BgClassName
 {
   background-color: #78223B;
 }
</style>
border-color css

<style>
 span { border-color: #78223B; }

 span { border-color: rgb(120,34,59); }

 td.TdClassName
 {
   border-color: #78223B;
 }
 .TagClassName
 {
   border-color: #78223B;
 }
</style>