Html Css Color HEX #880C3F Pompadour

📋 copy color: '#880C3F'

red 136 ◦ green 12 ◦ blue 63

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

Shades of Pompadour #880C3F

Tints of Pompadour #880C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.86%

R = 64.45%
G = 5.69%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#880C3F (or 0x880C3F) is known color: Pompadour. HEX triplet: 88, 0C and 3F. RGB value is (136,12,63). Sum of RGB (Red+Green+Blue) = 136+12+63=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #880C3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880C3F is #77F3C0. Grayscale: #363636. Windows color (decimal): -7861185 or 4131976. OLE color: 4131976.

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

Color convert

RGB 136 12 63 -
CMYK 0 0.91 0.54 0.47
HSL 335.32º 0.84% 0.29% -
HSV(B) 335.32º 0.91% 0.53% -
XYZ 11.18 5.86 5.24 -
YUV 54.89 132.58 185.85 -
System Red Green Blue C M Y K H S L
Decimal 136 12 63 0 0.91 0.54 0.47 335.32 0.84 0.29
Hex 88 C 3F 0 5B 36 2F 14F 54 1D
Octal 210 14 77 0 133 66 57 517 124 35
Binary 10001000 1100 111111 0 1011011 110110 101111 101001111 1010100 11101

Color Harmonies of #880C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C3F

Black with #880C3F

Text Example


Text Example

White with #880C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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