Html Css Color HEX #820F3C Pompadour

📋 copy color: '#820F3C'

red 130 ◦ green 15 ◦ blue 60

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

Shades of Pompadour #820F3C

Tints of Pompadour #820F3C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.32%

 BLUE value IS 60 (23.83% from 255) = 29.27%

R = 63.41%
G = 7.32%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#820F3C (or 0x820F3C) is known color: Pompadour. HEX triplet: 82, 0F and 3C. RGB value is (130,15,60). Sum of RGB (Red+Green+Blue) = 130+15+60=205 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.41% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 130 - color contains mainly: red. Hex color #820F3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820F3C is #7DF0C3. Grayscale: #363636. Windows color (decimal): -8253636 or 3936130. OLE color: 3936130.

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

Color convert

RGB 130 15 60 -
CMYK 0 0.88 0.54 0.49
HSL 336.52º 0.79% 0.28% -
HSV(B) 336.52º 0.88% 0.51% -
XYZ 10.19 5.41 4.78 -
YUV 54.52 131.1 181.84 -
System Red Green Blue C M Y K H S L
Decimal 130 15 60 0 0.88 0.54 0.49 336.52 0.79 0.28
Hex 82 F 3C 0 58 36 31 151 4F 1C
Octal 202 17 74 0 130 66 61 521 117 34
Binary 10000010 1111 111100 0 1011000 110110 110001 101010001 1001111 11100

Color Harmonies of #820F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820F3C

Black with #820F3C

Text Example


Text Example

White with #820F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,15,60); }

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

background-color css

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

 a { background-color: rgb(130,15,60); }

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

border-color css

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

 span { border-color: rgb(130,15,60); }

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