#78203C

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

Shades of Claret #78203C

Tints of Claret #78203C

Color information

#78203C (or 0x78203C) is unknown color: approx Claret. HEX triplet: 78, 20 and 3C. RGB value is (120,32,60). Sum of RGB (Red+Green+Blue) = 120+32+60=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #78203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78203C is #87DFC3. Grayscale: #3D3D3D. Windows color (decimal): -8904644 or 3940472. OLE color: 3940472.

HSL color Cylindrical-coordinate representation of color #78203C: hue angle of 340.91º 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 #78203C is Cyan = 0, Magento = 0.73, Yellow = 0.5 and Black (K on CMYK) = 0.53.

Color convert

RGB1203260-
CMYK00.730.50.53
HSL340.91º57.89%29.8%-
HSV(B)340.91º73.33%47.06%-
XYZ9.085.354.83-
YUV61.5127.15169.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 56.60%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 60 (23.83% from 255) = 28.30%
R=56.60%
G=15.09%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.5
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120326000.730.50.53340.9157.8929.8
Hex78203C04932351553a1e
Octal1704074011162655257236
Binary11110001000001111000100100111001011010110101010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78203C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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