Html Css Color HEX #83114F Pompadour

📋 copy color: '#83114F'

red 131 ◦ green 17 ◦ blue 79

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

Shades of Pompadour #83114F

Tints of Pompadour #83114F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.49%

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

R = 57.71%
G = 7.49%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#83114F (or 0x83114F) is known color: Pompadour. HEX triplet: 83, 11 and 4F. RGB value is (131,17,79). Sum of RGB (Red+Green+Blue) = 131+17+79=227 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.71% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 131 - color contains mainly: red. Hex color #83114F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83114F is #7CEEB0. Grayscale: #3A3A3A. Windows color (decimal): -8187569 or 5181827. OLE color: 5181827.

HSL color Cylindrical-coordinate representation of color #83114F: hue angle of 327.37º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #83114F is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 17 79 -
CMYK 0 0.87 0.40 0.49
HSL 327.37º 0.77% 0.29% -
HSV(B) 327.37º 0.87% 0.51% -
XYZ 10.97 5.79 7.94 -
YUV 58.15 139.77 179.96 -
System Red Green Blue C M Y K H S L
Decimal 131 17 79 0 0.87 0.40 0.49 327.37 0.77 0.29
Hex 83 11 4F 0 57 28 31 147 4D 1D
Octal 203 21 117 0 127 50 61 507 115 35
Binary 10000011 10001 1001111 0 1010111 101000 110001 101000111 1001101 11101

Color Harmonies of #83114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83114F

Black with #83114F

Text Example


Text Example

White with #83114F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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