Html Css Color HEX #83104A Pompadour

📋 copy color: '#83104A'

red 131 ◦ green 16 ◦ blue 74

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

Shades of Pompadour #83104A

Tints of Pompadour #83104A

RGB

 RED value IS 131 (51.56% from 255) = 59.28%

 GREEN value IS 16 (6.64% from 255) = 7.24%

 BLUE value IS 74 (29.3% from 255) = 33.48%

R = 59.28%
G = 7.24%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#83104A (or 0x83104A) is known color: Pompadour. HEX triplet: 83, 10 and 4A. RGB value is (131,16,74). Sum of RGB (Red+Green+Blue) = 131+16+74=221 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.28% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 131 - color contains mainly: red. Hex color #83104A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83104A is #7CEFB5. Grayscale: #383838. Windows color (decimal): -8187830 or 4853891. OLE color: 4853891.

HSL color Cylindrical-coordinate representation of color #83104A: hue angle of 329.74º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83104A is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 16 74 -
CMYK 0 0.88 0.44 0.49
HSL 329.74º 0.78% 0.29% -
HSV(B) 329.74º 0.88% 0.51% -
XYZ 10.78 5.69 7.01 -
YUV 57 137.6 180.78 -
System Red Green Blue C M Y K H S L
Decimal 131 16 74 0 0.88 0.44 0.49 329.74 0.78 0.29
Hex 83 10 4A 0 58 2C 31 14A 4E 1D
Octal 203 20 112 0 130 54 61 512 116 35
Binary 10000011 10000 1001010 0 1011000 101100 110001 101001010 1001110 11101

Color Harmonies of #83104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83104A

Black with #83104A

Text Example


Text Example

White with #83104A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83104A; }

 p { color: rgb(131,16,74); }

 H1.HeaderClassName
 {
   color: #83104A;
 }
 .AnyTagClassName
 {
   color: #83104A;
 }
</style>

background-color css

<style>
 a { background-color: #83104A; }

 a { background-color: rgb(131,16,74); }

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

border-color css

<style>
 span { border-color: #83104A; }

 span { border-color: rgb(131,16,74); }

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