Html Css Color HEX #780E32 Claret

📋 copy color: '#780E32'

red 120 ◦ green 14 ◦ blue 50

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

Shades of Claret #780E32

Tints of Claret #780E32

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.61%

 BLUE value IS 50 (19.92% from 255) = 27.17%

R = 65.22%
G = 7.61%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#780E32 (or 0x780E32) is known color: Claret. HEX triplet: 78, 0E and 32. RGB value is (120,14,50). Sum of RGB (Red+Green+Blue) = 120+14+50=184 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.22% from 184); Green value is 14 (5.86% from 255 or 7.61% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 120 - color contains mainly: red. Hex color #780E32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #780E32 is #87F1CD. Grayscale: #313131. Windows color (decimal): -8909262 or 3280504. OLE color: 3280504.

HSL color Cylindrical-coordinate representation of color #780E32: hue angle of 339.62º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780E32 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 14 50 -
CMYK 0 0.88 0.58 0.53
HSL 339.62º 0.79% 0.26% -
HSV(B) 339.62º 0.88% 0.47% -
XYZ 8.48 4.54 3.45 -
YUV 49.8 128.12 178.07 -
System Red Green Blue C M Y K H S L
Decimal 120 14 50 0 0.88 0.58 0.53 339.62 0.79 0.26
Hex 78 E 32 0 58 3A 35 154 4F 1A
Octal 170 16 62 0 130 72 65 524 117 32
Binary 1111000 1110 110010 0 1011000 111010 110101 101010100 1001111 11010

Color Harmonies of #780E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780E32

Black with #780E32

Text Example


Text Example

White with #780E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780E32; }

 p { color: rgb(120,14,50); }

 H1.HeaderClassName
 {
   color: #780E32;
 }
 .AnyTagClassName
 {
   color: #780E32;
 }
</style>

background-color css

<style>
 a { background-color: #780E32; }

 a { background-color: rgb(120,14,50); }

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

border-color css

<style>
 span { border-color: #780E32; }

 span { border-color: rgb(120,14,50); }

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