Html Css Color HEX #82124B Pompadour

📋 copy color: '#82124B'

red 130 ◦ green 18 ◦ blue 75

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

Shades of Pompadour #82124B

Tints of Pompadour #82124B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.07%

 BLUE value IS 75 (29.69% from 255) = 33.63%

R = 58.3%
G = 8.07%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#82124B (or 0x82124B) is known color: Pompadour. HEX triplet: 82, 12 and 4B. RGB value is (130,18,75). Sum of RGB (Red+Green+Blue) = 130+18+75=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #82124B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82124B is #7DEDB4. Grayscale: #393939. Windows color (decimal): -8252853 or 4919938. OLE color: 4919938.

HSL color Cylindrical-coordinate representation of color #82124B: hue angle of 329.46º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82124B is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 18 75 -
CMYK 0 0.86 0.42 0.49
HSL 329.46º 0.76% 0.29% -
HSV(B) 329.46º 0.86% 0.51% -
XYZ 10.69 5.69 7.19 -
YUV 57.99 137.61 179.37 -
System Red Green Blue C M Y K H S L
Decimal 130 18 75 0 0.86 0.42 0.49 329.46 0.76 0.29
Hex 82 12 4B 0 56 2A 31 149 4C 1D
Octal 202 22 113 0 126 52 61 511 114 35
Binary 10000010 10010 1001011 0 1010110 101010 110001 101001001 1001100 11101

Color Harmonies of #82124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82124B

Black with #82124B

Text Example


Text Example

White with #82124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82124B; }

 p { color: rgb(130,18,75); }

 H1.HeaderClassName
 {
   color: #82124B;
 }
 .AnyTagClassName
 {
   color: #82124B;
 }
</style>

background-color css

<style>
 a { background-color: #82124B; }

 a { background-color: rgb(130,18,75); }

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

border-color css

<style>
 span { border-color: #82124B; }

 span { border-color: rgb(130,18,75); }

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