Html Css Color HEX #781132 Claret

📋 copy color: '#781132'

red 120 ◦ green 17 ◦ blue 50

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

Shades of Claret #781132

Tints of Claret #781132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.09%

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

R = 64.17%
G = 9.09%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#781132 (or 0x781132) is known color: Claret. HEX triplet: 78, 11 and 32. RGB value is (120,17,50). Sum of RGB (Red+Green+Blue) = 120+17+50=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #781132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781132 is #87EECD. Grayscale: #333333. Windows color (decimal): -8908494 or 3281272. OLE color: 3281272.

HSL color Cylindrical-coordinate representation of color #781132: hue angle of 340.78º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #781132 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 17 50 -
CMYK 0 0.86 0.58 0.53
HSL 340.78º 0.75% 0.27% -
HSV(B) 340.78º 0.86% 0.47% -
XYZ 8.52 4.62 3.46 -
YUV 51.56 127.12 176.82 -
System Red Green Blue C M Y K H S L
Decimal 120 17 50 0 0.86 0.58 0.53 340.78 0.75 0.27
Hex 78 11 32 0 56 3A 35 155 4B 1B
Octal 170 21 62 0 126 72 65 525 113 33
Binary 1111000 10001 110010 0 1010110 111010 110101 101010101 1001011 11011

Color Harmonies of #781132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781132

Black with #781132

Text Example


Text Example

White with #781132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781132; }

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

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

background-color css

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

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

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

border-color css

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

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

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