Html Css Color HEX #781E37 Claret

📋 copy color: '#781E37'

red 120 ◦ green 30 ◦ blue 55

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

Shades of Claret #781E37

Tints of Claret #781E37

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.63%

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

R = 58.54%
G = 14.63%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.53

RGB Variations

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

Color information

#781E37 (or 0x781E37) is known color: Claret. HEX triplet: 78, 1E and 37. RGB value is (120,30,55). Sum of RGB (Red+Green+Blue) = 120+30+55=205 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.54% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 120 - color contains mainly: red. Hex color #781E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781E37 is #87E1C8. Grayscale: #3B3B3B. Windows color (decimal): -8905161 or 3612280. OLE color: 3612280.

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

Color convert

RGB 120 30 55 -
CMYK 0 0.75 0.54 0.53
HSL 343.33º 0.6% 0.29% -
HSV(B) 343.33º 0.75% 0.47% -
XYZ 8.9 5.2 4.15 -
YUV 59.76 125.32 170.97 -
System Red Green Blue C M Y K H S L
Decimal 120 30 55 0 0.75 0.54 0.53 343.33 0.6 0.29
Hex 78 1E 37 0 4B 36 35 157 3C 1D
Octal 170 36 67 0 113 66 65 527 74 35
Binary 1111000 11110 110111 0 1001011 110110 110101 101010111 111100 11101

Color Harmonies of #781E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781E37

Black with #781E37

Text Example


Text Example

White with #781E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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