Html Css Color HEX #781F37 Claret

📋 copy color: '#781F37'

red 120 ◦ green 31 ◦ blue 55

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

Shades of Claret #781F37

Tints of Claret #781F37

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.05%

 BLUE value IS 55 (21.88% from 255) = 26.7%

R = 58.25%
G = 15.05%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#781F37 (or 0x781F37) is known color: Claret. HEX triplet: 78, 1F and 37. RGB value is (120,31,55). Sum of RGB (Red+Green+Blue) = 120+31+55=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #781F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F37 is #87E0C8. Grayscale: #3C3C3C. Windows color (decimal): -8904905 or 3612536. OLE color: 3612536.

HSL color Cylindrical-coordinate representation of color #781F37: hue angle of 343.82º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #781F37 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 31 55 -
CMYK 0 0.74 0.54 0.53
HSL 343.82º 0.59% 0.3% -
HSV(B) 343.82º 0.74% 0.47% -
XYZ 8.93 5.25 4.16 -
YUV 60.35 124.99 170.55 -
System Red Green Blue C M Y K H S L
Decimal 120 31 55 0 0.74 0.54 0.53 343.82 0.59 0.3
Hex 78 1F 37 0 4A 36 35 158 3B 1E
Octal 170 37 67 0 112 66 65 530 73 36
Binary 1111000 11111 110111 0 1001010 110110 110101 101011000 111011 11110

Color Harmonies of #781F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781F37

Black with #781F37

Text Example


Text Example

White with #781F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781F37; }

 p { color: rgb(120,31,55); }

 H1.HeaderClassName
 {
   color: #781F37;
 }
 .AnyTagClassName
 {
   color: #781F37;
 }
</style>

background-color css

<style>
 a { background-color: #781F37; }

 a { background-color: rgb(120,31,55); }

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

border-color css

<style>
 span { border-color: #781F37; }

 span { border-color: rgb(120,31,55); }

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