Html Css Color HEX #82124F Pompadour

📋 copy color: '#82124F'

red 130 ◦ green 18 ◦ blue 79

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

Shades of Pompadour #82124F

Tints of Pompadour #82124F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.8%

R = 57.27%
G = 7.93%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#82124F (or 0x82124F) is known color: Pompadour. HEX triplet: 82, 12 and 4F. RGB value is (130,18,79). Sum of RGB (Red+Green+Blue) = 130+18+79=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #82124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82124F is #7DEDB0. Grayscale: #3A3A3A. Windows color (decimal): -8252849 or 5182082. OLE color: 5182082.

HSL color Cylindrical-coordinate representation of color #82124F: hue angle of 327.32º 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 #82124F is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 18 79 -
CMYK 0 0.86 0.39 0.49
HSL 327.32º 0.76% 0.29% -
HSV(B) 327.32º 0.86% 0.51% -
XYZ 10.83 5.74 7.93 -
YUV 58.44 139.61 179.04 -
System Red Green Blue C M Y K H S L
Decimal 130 18 79 0 0.86 0.39 0.49 327.32 0.76 0.29
Hex 82 12 4F 0 56 27 31 147 4C 1D
Octal 202 22 117 0 126 47 61 507 114 35
Binary 10000010 10010 1001111 0 1010110 100111 110001 101000111 1001100 11101

Color Harmonies of #82124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82124F

Black with #82124F

Text Example


Text Example

White with #82124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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