#78213E

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

Shades of Claret #78213E

Tints of Claret #78213E

Color information

#78213E (or 0x78213E) is unknown color: approx Claret. HEX triplet: 78, 21 and 3E. RGB value is (120,33,62). Sum of RGB (Red+Green+Blue) = 120+33+62=215 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.81% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 120 - color contains mainly: red. Hex color #78213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78213E is #87DEC1. Grayscale: #3E3E3E. Windows color (decimal): -8904386 or 4071800. OLE color: 4071800.

HSL color Cylindrical-coordinate representation of color #78213E: hue angle of 340º degrees, saturation: 0.57, 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 #78213E is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1203362-
CMYK00.720.480.53
HSL340º56.86%30%-
HSV(B)340º72.5%47.06%-
XYZ9.165.435.12-
YUV62.32127.82169.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 55.81%
GREEN value IS 33 (13.28% from 255) = 15.35%
BLUE value IS 62 (24.61% from 255) = 28.84%
R=55.81%
G=15.35%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120336200.720.480.5334056.8630
Hex78213E0483035154391e
Octal1704176011060655247136
Binary11110001000011111100100100011000011010110101010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78213E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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