Html Css Color HEX #83124C Pompadour

📋 copy color: '#83124C'

red 131 ◦ green 18 ◦ blue 76

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

Shades of Pompadour #83124C

Tints of Pompadour #83124C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.78%

R = 58.22%
G = 8%
B = 33.78%

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

#83124C (or 0x83124C) is known color: Pompadour. HEX triplet: 83, 12 and 4C. RGB value is (131,18,76). Sum of RGB (Red+Green+Blue) = 131+18+76=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #83124C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83124C is #7CEDB3. Grayscale: #3A3A3A. Windows color (decimal): -8187316 or 4985475. OLE color: 4985475.

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

Color convert

RGB 131 18 76 -
CMYK 0 0.86 0.42 0.49
HSL 329.2º 0.76% 0.29% -
HSV(B) 329.2º 0.86% 0.51% -
XYZ 10.88 5.78 7.38 -
YUV 58.4 137.94 179.78 -
System Red Green Blue C M Y K H S L
Decimal 131 18 76 0 0.86 0.42 0.49 329.2 0.76 0.29
Hex 83 12 4C 0 56 2A 31 149 4C 1D
Octal 203 22 114 0 126 52 61 511 114 35
Binary 10000011 10010 1001100 0 1010110 101010 110001 101001001 1001100 11101

Color Harmonies of #83124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83124C

Black with #83124C

Text Example


Text Example

White with #83124C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83124C; }

 p { color: rgb(131,18,76); }

 H1.HeaderClassName
 {
   color: #83124C;
 }
 .AnyTagClassName
 {
   color: #83124C;
 }
</style>

background-color css

<style>
 a { background-color: #83124C; }

 a { background-color: rgb(131,18,76); }

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

border-color css

<style>
 span { border-color: #83124C; }

 span { border-color: rgb(131,18,76); }

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