Html Css Color HEX #781F36 Claret

📋 copy color: '#781F36'

red 120 ◦ green 31 ◦ blue 54

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

Shades of Claret #781F36

Tints of Claret #781F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.34%

R = 58.54%
G = 15.12%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#781F36 (or 0x781F36) is known color: Claret. HEX triplet: 78, 1F and 36. RGB value is (120,31,54). Sum of RGB (Red+Green+Blue) = 120+31+54=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #781F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F36 is #87E0C9. Grayscale: #3C3C3C. Windows color (decimal): -8904906 or 3547000. OLE color: 3547000.

HSL color Cylindrical-coordinate representation of color #781F36: hue angle of 344.49º 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 #781F36 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 31 54 -
CMYK 0 0.74 0.55 0.53
HSL 344.49º 0.59% 0.3% -
HSV(B) 344.49º 0.74% 0.47% -
XYZ 8.9 5.24 4.03 -
YUV 60.23 124.49 170.63 -
System Red Green Blue C M Y K H S L
Decimal 120 31 54 0 0.74 0.55 0.53 344.49 0.59 0.3
Hex 78 1F 36 0 4A 37 35 158 3B 1E
Octal 170 37 66 0 112 67 65 530 73 36
Binary 1111000 11111 110110 0 1001010 110111 110101 101011000 111011 11110

Color Harmonies of #781F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781F36

Black with #781F36

Text Example


Text Example

White with #781F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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