Html Css Color HEX #83124F Pompadour

📋 copy color: '#83124F'

red 131 ◦ green 18 ◦ blue 79

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

Shades of Pompadour #83124F

Tints of Pompadour #83124F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.65%

R = 57.46%
G = 7.89%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#83124F (or 0x83124F) is known color: Pompadour. HEX triplet: 83, 12 and 4F. RGB value is (131,18,79). Sum of RGB (Red+Green+Blue) = 131+18+79=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #83124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83124F is #7CEDB0. Grayscale: #3A3A3A. Windows color (decimal): -8187313 or 5182083. OLE color: 5182083.

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

Color convert

RGB 131 18 79 -
CMYK 0 0.86 0.40 0.49
HSL 327.61º 0.76% 0.29% -
HSV(B) 327.61º 0.86% 0.51% -
XYZ 10.99 5.82 7.94 -
YUV 58.74 139.44 179.54 -
System Red Green Blue C M Y K H S L
Decimal 131 18 79 0 0.86 0.40 0.49 327.61 0.76 0.29
Hex 83 12 4F 0 56 28 31 148 4C 1D
Octal 203 22 117 0 126 50 61 510 114 35
Binary 10000011 10010 1001111 0 1010110 101000 110001 101001000 1001100 11101

Color Harmonies of #83124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83124F

Black with #83124F

Text Example


Text Example

White with #83124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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