#78203E

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

Shades of Claret #78203E

Tints of Claret #78203E

Color information

#78203E (or 0x78203E) is unknown color: approx Claret. HEX triplet: 78, 20 and 3E. RGB value is (120,32,62). Sum of RGB (Red+Green+Blue) = 120+32+62=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #78203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78203E is #87DFC1. Grayscale: #3D3D3D. Windows color (decimal): -8904642 or 4071544. OLE color: 4071544.

HSL color Cylindrical-coordinate representation of color #78203E: hue angle of 339.55º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78203E is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1203262-
CMYK00.730.480.53
HSL339.55º57.89%29.8%-
HSV(B)339.55º73.33%47.06%-
XYZ9.135.375.11-
YUV61.73128.15169.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.07%
GREEN value IS 32 (12.89% from 255) = 14.95%
BLUE value IS 62 (24.61% from 255) = 28.97%
R=56.07%
G=14.95%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120326200.730.480.53339.5557.8929.8
Hex78203E04930351543a1e
Octal1704076011160655247236
Binary11110001000001111100100100111000011010110101010011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78203E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78203E; }

 p { color: rgb(120,32,62); }

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

<style>
 a { background-color: #78203E; }

 a { background-color: rgb(120,32,62); }

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

<style>
 span { border-color: #78203E; }

 span { border-color: rgb(120,32,62); }

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