Html Css Color HEX #880C40 Pompadour

📋 copy color: '#880C40'

red 136 ◦ green 12 ◦ blue 64

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

Shades of Pompadour #880C40

Tints of Pompadour #880C40

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.66%

 BLUE value IS 64 (25.39% from 255) = 30.19%

R = 64.15%
G = 5.66%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#880C40 (or 0x880C40) is known color: Pompadour. HEX triplet: 88, 0C and 40. RGB value is (136,12,64). Sum of RGB (Red+Green+Blue) = 136+12+64=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #880C40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C40 is #77F3BF. Grayscale: #363636. Windows color (decimal): -7861184 or 4197512. OLE color: 4197512.

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

Color convert

RGB 136 12 64 -
CMYK 0 0.91 0.53 0.47
HSL 334.84º 0.84% 0.29% -
HSV(B) 334.84º 0.91% 0.53% -
XYZ 11.21 5.87 5.39 -
YUV 55 133.08 185.77 -
System Red Green Blue C M Y K H S L
Decimal 136 12 64 0 0.91 0.53 0.47 334.84 0.84 0.29
Hex 88 C 40 0 5B 35 2F 14F 54 1D
Octal 210 14 100 0 133 65 57 517 124 35
Binary 10001000 1100 1000000 0 1011011 110101 101111 101001111 1010100 11101

Color Harmonies of #880C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C40

Black with #880C40

Text Example


Text Example

White with #880C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,12,64); }

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

background-color css

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

 a { background-color: rgb(136,12,64); }

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

border-color css

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

 span { border-color: rgb(136,12,64); }

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