Html Css Color HEX #880A44 Pompadour

📋 copy color: '#880A44'

red 136 ◦ green 10 ◦ blue 68

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

Shades of Pompadour #880A44

Tints of Pompadour #880A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.78%

R = 63.55%
G = 4.67%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#880A44 (or 0x880A44) is known color: Pompadour. HEX triplet: 88, 0A and 44. RGB value is (136,10,68). Sum of RGB (Red+Green+Blue) = 136+10+68=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 68 (26.95% from 255 or 31.78% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #880A44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A44 is #77F5BB. Grayscale: #363636. Windows color (decimal): -7861692 or 4459144. OLE color: 4459144.

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

Color convert

RGB 136 10 68 -
CMYK 0 0.93 0.50 0.47
HSL 332.38º 0.86% 0.29% -
HSV(B) 332.38º 0.93% 0.53% -
XYZ 11.31 5.87 6.01 -
YUV 54.29 135.74 186.28 -
System Red Green Blue C M Y K H S L
Decimal 136 10 68 0 0.93 0.50 0.47 332.38 0.86 0.29
Hex 88 A 44 0 5D 32 2F 14C 56 1D
Octal 210 12 104 0 135 62 57 514 126 35
Binary 10001000 1010 1000100 0 1011101 110010 101111 101001100 1010110 11101

Color Harmonies of #880A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A44

Black with #880A44

Text Example


Text Example

White with #880A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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