Html Css Color HEX #78213C Claret

📋 copy color: '#78213C'

red 120 ◦ green 33 ◦ blue 60

#78213C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #78213C

Tints of Claret #78213C

RGB

 RED value IS 120 (47.27% from 255) = 56.34%

 GREEN value IS 33 (13.28% from 255) = 15.49%

 BLUE value IS 60 (23.83% from 255) = 28.17%

R = 56.34%
G = 15.49%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#78213C (or 0x78213C) is known color: Claret. HEX triplet: 78, 21 and 3C. RGB value is (120,33,60). Sum of RGB (Red+Green+Blue) = 120+33+60=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #78213C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78213C is #87DEC3. Grayscale: #3E3E3E. Windows color (decimal): -8904388 or 3940728. OLE color: 3940728.

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

Color convert

RGB 120 33 60 -
CMYK 0 0.72 0.5 0.53
HSL 341.38º 0.57% 0.3% -
HSV(B) 341.38º 0.73% 0.47% -
XYZ 9.11 5.41 4.84 -
YUV 62.09 126.82 169.3 -
System Red Green Blue C M Y K H S L
Decimal 120 33 60 0 0.72 0.5 0.53 341.38 0.57 0.3
Hex 78 21 3C 0 48 32 35 155 39 1E
Octal 170 41 74 0 110 62 65 525 71 36
Binary 1111000 100001 111100 0 1001000 110010 110101 101010101 111001 11110

Color Harmonies of #78213C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78213C

Black with #78213C

Text Example


Text Example

White with #78213C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78213C;
 }
 .AnyTagClassName
 {
   color: #78213C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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