Html Css Color HEX #800D3B Pompadour

📋 copy color: '#800D3B'

red 128 ◦ green 13 ◦ blue 59

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

Shades of Pompadour #800D3B

Tints of Pompadour #800D3B

RGB

 RED value IS 128 (50.39% from 255) = 64%

 GREEN value IS 13 (5.47% from 255) = 6.5%

 BLUE value IS 59 (23.44% from 255) = 29.5%

R = 64%
G = 6.5%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#800D3B (or 0x800D3B) is known color: Pompadour. HEX triplet: 80, 0D and 3B. RGB value is (128,13,59). Sum of RGB (Red+Green+Blue) = 128+13+59=200 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 128 - color contains mainly: red. Hex color #800D3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800D3B is #7FF2C4. Grayscale: #343434. Windows color (decimal): -8385221 or 3870080. OLE color: 3870080.

HSL color Cylindrical-coordinate representation of color #800D3B: hue angle of 336º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #800D3B is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 13 59 -
CMYK 0 0.90 0.54 0.50
HSL 336º 0.82% 0.28% -
HSV(B) 336º 0.9% 0.5% -
XYZ 9.84 5.19 4.62 -
YUV 52.63 131.6 181.76 -
System Red Green Blue C M Y K H S L
Decimal 128 13 59 0 0.90 0.54 0.50 336 0.82 0.28
Hex 80 D 3B 0 5A 36 32 150 52 1C
Octal 200 15 73 0 132 66 62 520 122 34
Binary 10000000 1101 111011 0 1011010 110110 110010 101010000 1010010 11100

Color Harmonies of #800D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800D3B

Black with #800D3B

Text Example


Text Example

White with #800D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800D3B; }

 p { color: rgb(128,13,59); }

 H1.HeaderClassName
 {
   color: #800D3B;
 }
 .AnyTagClassName
 {
   color: #800D3B;
 }
</style>

background-color css

<style>
 a { background-color: #800D3B; }

 a { background-color: rgb(128,13,59); }

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

border-color css

<style>
 span { border-color: #800D3B; }

 span { border-color: rgb(128,13,59); }

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