Html Css Color HEX #82143F Pompadour

📋 copy color: '#82143F'

red 130 ◦ green 20 ◦ blue 63

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

Shades of Pompadour #82143F

Tints of Pompadour #82143F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.39%

 BLUE value IS 63 (25% from 255) = 29.58%

R = 61.03%
G = 9.39%
B = 29.58%

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

#82143F (or 0x82143F) is known color: Pompadour. HEX triplet: 82, 14 and 3F. RGB value is (130,20,63). Sum of RGB (Red+Green+Blue) = 130+20+63=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #82143F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #82143F is #7DEBC0. Grayscale: #393939. Windows color (decimal): -8252353 or 4134018. OLE color: 4134018.

HSL color Cylindrical-coordinate representation of color #82143F: hue angle of 336.55º degrees, saturation: 0.73, 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 #82143F is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 20 63 -
CMYK 0 0.85 0.52 0.49
HSL 336.55º 0.73% 0.29% -
HSV(B) 336.55º 0.85% 0.51% -
XYZ 10.35 5.61 5.24 -
YUV 57.79 130.94 179.5 -
System Red Green Blue C M Y K H S L
Decimal 130 20 63 0 0.85 0.52 0.49 336.55 0.73 0.29
Hex 82 14 3F 0 55 34 31 151 49 1D
Octal 202 24 77 0 125 64 61 521 111 35
Binary 10000010 10100 111111 0 1010101 110100 110001 101010001 1001001 11101

Color Harmonies of #82143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82143F

Black with #82143F

Text Example


Text Example

White with #82143F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,20,63); }

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

background-color css

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

 a { background-color: rgb(130,20,63); }

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

border-color css

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

 span { border-color: rgb(130,20,63); }

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