Html Css Color HEX #820D42 Pompadour

📋 copy color: '#820D42'

red 130 ◦ green 13 ◦ blue 66

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

Shades of Pompadour #820D42

Tints of Pompadour #820D42

RGB

 RED value IS 130 (51.17% from 255) = 62.2%

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

 BLUE value IS 66 (26.17% from 255) = 31.58%

R = 62.2%
G = 6.22%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#820D42 (or 0x820D42) is known color: Pompadour. HEX triplet: 82, 0D and 42. RGB value is (130,13,66). Sum of RGB (Red+Green+Blue) = 130+13+66=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 13 (5.47% from 255 or 6.22% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #820D42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820D42 is #7DF2BD. Grayscale: #353535. Windows color (decimal): -8254142 or 4328834. OLE color: 4328834.

HSL color Cylindrical-coordinate representation of color #820D42: hue angle of 332.82º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #820D42 is Cyan = 0, Magento = 0.9, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 13 66 -
CMYK 0 0.9 0.49 0.49
HSL 332.82º 0.82% 0.28% -
HSV(B) 332.82º 0.9% 0.51% -
XYZ 10.33 5.43 5.66 -
YUV 54.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 130 13 66 0 0.9 0.49 0.49 332.82 0.82 0.28
Hex 82 D 42 0 5A 31 31 14D 52 1C
Octal 202 15 102 0 132 61 61 515 122 34
Binary 10000010 1101 1000010 0 1011010 110001 110001 101001101 1010010 11100

Color Harmonies of #820D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820D42

Black with #820D42

Text Example


Text Example

White with #820D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820D42; }

 p { color: rgb(130,13,66); }

 H1.HeaderClassName
 {
   color: #820D42;
 }
 .AnyTagClassName
 {
   color: #820D42;
 }
</style>

background-color css

<style>
 a { background-color: #820D42; }

 a { background-color: rgb(130,13,66); }

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

border-color css

<style>
 span { border-color: #820D42; }

 span { border-color: rgb(130,13,66); }

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