Html Css Color HEX #880A41 Pompadour

📋 copy color: '#880A41'

red 136 ◦ green 10 ◦ blue 65

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

Shades of Pompadour #880A41

Tints of Pompadour #880A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.81%

R = 64.45%
G = 4.74%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#880A41 (or 0x880A41) is known color: Pompadour. HEX triplet: 88, 0A and 41. RGB value is (136,10,65). Sum of RGB (Red+Green+Blue) = 136+10+65=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 65 (25.78% from 255 or 30.81% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #880A41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A41 is #77F5BE. Grayscale: #353535. Windows color (decimal): -7861695 or 4262536. OLE color: 4262536.

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

Color convert

RGB 136 10 65 -
CMYK 0 0.93 0.52 0.47
HSL 333.81º 0.86% 0.29% -
HSV(B) 333.81º 0.93% 0.53% -
XYZ 11.22 5.83 5.54 -
YUV 53.94 134.24 186.53 -
System Red Green Blue C M Y K H S L
Decimal 136 10 65 0 0.93 0.52 0.47 333.81 0.86 0.29
Hex 88 A 41 0 5D 34 2F 14E 56 1D
Octal 210 12 101 0 135 64 57 516 126 35
Binary 10001000 1010 1000001 0 1011101 110100 101111 101001110 1010110 11101

Color Harmonies of #880A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A41

Black with #880A41

Text Example


Text Example

White with #880A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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