Html Css Color HEX #82133E Pompadour

📋 copy color: '#82133E'

red 130 ◦ green 19 ◦ blue 62

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

Shades of Pompadour #82133E

Tints of Pompadour #82133E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9%

 BLUE value IS 62 (24.61% from 255) = 29.38%

R = 61.61%
G = 9%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.49

RGB Variations

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

Color information

#82133E (or 0x82133E) is known color: Pompadour. HEX triplet: 82, 13 and 3E. RGB value is (130,19,62). Sum of RGB (Red+Green+Blue) = 130+19+62=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #82133E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82133E is #7DECC1. Grayscale: #393939. Windows color (decimal): -8252610 or 4068226. OLE color: 4068226.

HSL color Cylindrical-coordinate representation of color #82133E: hue angle of 336.76º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82133E is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 19 62 -
CMYK 0 0.85 0.52 0.49
HSL 336.76º 0.74% 0.29% -
HSV(B) 336.76º 0.85% 0.51% -
XYZ 10.31 5.56 5.09 -
YUV 57.09 130.77 180 -
System Red Green Blue C M Y K H S L
Decimal 130 19 62 0 0.85 0.52 0.49 336.76 0.74 0.29
Hex 82 13 3E 0 55 34 31 151 4A 1D
Octal 202 23 76 0 125 64 61 521 112 35
Binary 10000010 10011 111110 0 1010101 110100 110001 101010001 1001010 11101

Color Harmonies of #82133E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82133E

Black with #82133E

Text Example


Text Example

White with #82133E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82133E; }

 p { color: rgb(130,19,62); }

 H1.HeaderClassName
 {
   color: #82133E;
 }
 .AnyTagClassName
 {
   color: #82133E;
 }
</style>

background-color css

<style>
 a { background-color: #82133E; }

 a { background-color: rgb(130,19,62); }

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

border-color css

<style>
 span { border-color: #82133E; }

 span { border-color: rgb(130,19,62); }

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