Html Css Color HEX #800D3D Pompadour

📋 copy color: '#800D3D'

red 128 ◦ green 13 ◦ blue 61

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

Shades of Pompadour #800D3D

Tints of Pompadour #800D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.2%

R = 63.37%
G = 6.44%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#800D3D (or 0x800D3D) is known color: Pompadour. HEX triplet: 80, 0D and 3D. RGB value is (128,13,61). Sum of RGB (Red+Green+Blue) = 128+13+61=202 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.37% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 128 - color contains mainly: red. Hex color #800D3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800D3D is #7FF2C2. Grayscale: #343434. Windows color (decimal): -8385219 or 4001152. OLE color: 4001152.

HSL color Cylindrical-coordinate representation of color #800D3D: hue angle of 334.96º 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 #800D3D is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 13 61 -
CMYK 0 0.90 0.52 0.50
HSL 334.96º 0.82% 0.28% -
HSV(B) 334.96º 0.9% 0.5% -
XYZ 9.89 5.21 4.9 -
YUV 52.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 128 13 61 0 0.90 0.52 0.50 334.96 0.82 0.28
Hex 80 D 3D 0 5A 34 32 14F 52 1C
Octal 200 15 75 0 132 64 62 517 122 34
Binary 10000000 1101 111101 0 1011010 110100 110010 101001111 1010010 11100

Color Harmonies of #800D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800D3D

Black with #800D3D

Text Example


Text Example

White with #800D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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