Html Css Color HEX #781F35 Claret

📋 copy color: '#781F35'

red 120 ◦ green 31 ◦ blue 53

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

Shades of Claret #781F35

Tints of Claret #781F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.98%

R = 58.82%
G = 15.2%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#781F35 (or 0x781F35) is known color: Claret. HEX triplet: 78, 1F and 35. RGB value is (120,31,53). Sum of RGB (Red+Green+Blue) = 120+31+53=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #781F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F35 is #87E0CA. Grayscale: #3C3C3C. Windows color (decimal): -8904907 or 3481464. OLE color: 3481464.

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

Color convert

RGB 120 31 53 -
CMYK 0 0.74 0.56 0.53
HSL 345.17º 0.59% 0.3% -
HSV(B) 345.17º 0.74% 0.47% -
XYZ 8.88 5.23 3.91 -
YUV 60.12 123.99 170.71 -
System Red Green Blue C M Y K H S L
Decimal 120 31 53 0 0.74 0.56 0.53 345.17 0.59 0.3
Hex 78 1F 35 0 4A 38 35 159 3B 1E
Octal 170 37 65 0 112 70 65 531 73 36
Binary 1111000 11111 110101 0 1001010 111000 110101 101011001 111011 11110

Color Harmonies of #781F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781F35

Black with #781F35

Text Example


Text Example

White with #781F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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