Html Css Color HEX #820C48 Pompadour

📋 copy color: '#820C48'

red 130 ◦ green 12 ◦ blue 72

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

Shades of Pompadour #820C48

Tints of Pompadour #820C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.64%

R = 60.75%
G = 5.61%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#820C48 (or 0x820C48) is known color: Pompadour. HEX triplet: 82, 0C and 48. RGB value is (130,12,72). Sum of RGB (Red+Green+Blue) = 130+12+72=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #820C48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820C48 is #7DF3B7. Grayscale: #363636. Windows color (decimal): -8254392 or 4721794. OLE color: 4721794.

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

Color convert

RGB 130 12 72 -
CMYK 0 0.91 0.45 0.49
HSL 329.49º 0.83% 0.28% -
HSV(B) 329.49º 0.91% 0.51% -
XYZ 10.51 5.48 6.63 -
YUV 54.12 138.09 182.12 -
System Red Green Blue C M Y K H S L
Decimal 130 12 72 0 0.91 0.45 0.49 329.49 0.83 0.28
Hex 82 C 48 0 5B 2D 31 149 53 1C
Octal 202 14 110 0 133 55 61 511 123 34
Binary 10000010 1100 1001000 0 1011011 101101 110001 101001001 1010011 11100

Color Harmonies of #820C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820C48

Black with #820C48

Text Example


Text Example

White with #820C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,12,72); }

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

background-color css

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

 a { background-color: rgb(130,12,72); }

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

border-color css

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

 span { border-color: rgb(130,12,72); }

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