Html Css Color HEX #83124B Pompadour

📋 copy color: '#83124B'

red 131 ◦ green 18 ◦ blue 75

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

Shades of Pompadour #83124B

Tints of Pompadour #83124B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.48%

R = 58.48%
G = 8.04%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#83124B (or 0x83124B) is known color: Pompadour. HEX triplet: 83, 12 and 4B. RGB value is (131,18,75). Sum of RGB (Red+Green+Blue) = 131+18+75=224 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.48% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 131 - color contains mainly: red. Hex color #83124B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83124B is #7CEDB4. Grayscale: #3A3A3A. Windows color (decimal): -8187317 or 4919939. OLE color: 4919939.

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

Color convert

RGB 131 18 75 -
CMYK 0 0.86 0.43 0.49
HSL 329.73º 0.76% 0.29% -
HSV(B) 329.73º 0.86% 0.51% -
XYZ 10.85 5.77 7.2 -
YUV 58.29 137.44 179.87 -
System Red Green Blue C M Y K H S L
Decimal 131 18 75 0 0.86 0.43 0.49 329.73 0.76 0.29
Hex 83 12 4B 0 56 2B 31 14A 4C 1D
Octal 203 22 113 0 126 53 61 512 114 35
Binary 10000011 10010 1001011 0 1010110 101011 110001 101001010 1001100 11101

Color Harmonies of #83124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83124B

Black with #83124B

Text Example


Text Example

White with #83124B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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