Html Css Color HEX #880A47 Pompadour

📋 copy color: '#880A47'

red 136 ◦ green 10 ◦ blue 71

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

Shades of Pompadour #880A47

Tints of Pompadour #880A47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 32.72%

R = 62.67%
G = 4.61%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#880A47 (or 0x880A47) is known color: Pompadour. HEX triplet: 88, 0A and 47. RGB value is (136,10,71). Sum of RGB (Red+Green+Blue) = 136+10+71=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #880A47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A47 is #77F5B8. Grayscale: #363636. Windows color (decimal): -7861689 or 4655752. OLE color: 4655752.

HSL color Cylindrical-coordinate representation of color #880A47: hue angle of 330.95º 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 #880A47 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 10 71 -
CMYK 0 0.93 0.48 0.47
HSL 330.95º 0.86% 0.29% -
HSV(B) 330.95º 0.93% 0.53% -
XYZ 11.4 5.91 6.5 -
YUV 54.63 137.24 186.04 -
System Red Green Blue C M Y K H S L
Decimal 136 10 71 0 0.93 0.48 0.47 330.95 0.86 0.29
Hex 88 A 47 0 5D 30 2F 14B 56 1D
Octal 210 12 107 0 135 60 57 513 126 35
Binary 10001000 1010 1000111 0 1011101 110000 101111 101001011 1010110 11101

Color Harmonies of #880A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A47

Black with #880A47

Text Example


Text Example

White with #880A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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