Html Css Color HEX #880A42 Pompadour

📋 copy color: '#880A42'

red 136 ◦ green 10 ◦ blue 66

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

Shades of Pompadour #880A42

Tints of Pompadour #880A42

RGB

 RED value IS 136 (53.52% from 255) = 64.15%

 GREEN value IS 10 (4.3% from 255) = 4.72%

 BLUE value IS 66 (26.17% from 255) = 31.13%

R = 64.15%
G = 4.72%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#880A42 (or 0x880A42) is known color: Pompadour. HEX triplet: 88, 0A and 42. RGB value is (136,10,66). Sum of RGB (Red+Green+Blue) = 136+10+66=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #880A42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A42 is #77F5BD. Grayscale: #353535. Windows color (decimal): -7861694 or 4328072. OLE color: 4328072.

HSL color Cylindrical-coordinate representation of color #880A42: hue angle of 333.33º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A42 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 10 66 -
CMYK 0 0.93 0.51 0.47
HSL 333.33º 0.86% 0.29% -
HSV(B) 333.33º 0.93% 0.53% -
XYZ 11.25 5.84 5.69 -
YUV 54.06 134.74 186.45 -
System Red Green Blue C M Y K H S L
Decimal 136 10 66 0 0.93 0.51 0.47 333.33 0.86 0.29
Hex 88 A 42 0 5D 33 2F 14D 56 1D
Octal 210 12 102 0 135 63 57 515 126 35
Binary 10001000 1010 1000010 0 1011101 110011 101111 101001101 1010110 11101

Color Harmonies of #880A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A42

Black with #880A42

Text Example


Text Example

White with #880A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880A42; }

 p { color: rgb(136,10,66); }

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

background-color css

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

 a { background-color: rgb(136,10,66); }

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

border-color css

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

 span { border-color: rgb(136,10,66); }

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