Html Css Color HEX #781133 Claret

📋 copy color: '#781133'

red 120 ◦ green 17 ◦ blue 51

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

Shades of Claret #781133

Tints of Claret #781133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.13%

R = 63.83%
G = 9.04%
B = 27.13%

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

#781133 (or 0x781133) is known color: Claret. HEX triplet: 78, 11 and 33. RGB value is (120,17,51). Sum of RGB (Red+Green+Blue) = 120+17+51=188 (24% of max value = 765). Red value is 120 (47.27% from 255 or 63.83% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 120 - color contains mainly: red. Hex color #781133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781133 is #87EECC. Grayscale: #333333. Windows color (decimal): -8908493 or 3346808. OLE color: 3346808.

HSL color Cylindrical-coordinate representation of color #781133: hue angle of 340.19º 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 #781133 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 17 51 -
CMYK 0 0.86 0.58 0.53
HSL 340.19º 0.75% 0.27% -
HSV(B) 340.19º 0.86% 0.47% -
XYZ 8.54 4.63 3.58 -
YUV 51.67 127.62 176.74 -
System Red Green Blue C M Y K H S L
Decimal 120 17 51 0 0.86 0.58 0.53 340.19 0.75 0.27
Hex 78 11 33 0 56 3A 35 154 4B 1B
Octal 170 21 63 0 126 72 65 524 113 33
Binary 1111000 10001 110011 0 1010110 111010 110101 101010100 1001011 11011

Color Harmonies of #781133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781133

Black with #781133

Text Example


Text Example

White with #781133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781133; }

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

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

background-color css

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

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

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

border-color css

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

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

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