Html Css Color HEX #83114B Pompadour

📋 copy color: '#83114B'

red 131 ◦ green 17 ◦ blue 75

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

Shades of Pompadour #83114B

Tints of Pompadour #83114B

RGB

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

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

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

R = 58.74%
G = 7.62%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#83114B (or 0x83114B) is known color: Pompadour. HEX triplet: 83, 11 and 4B. RGB value is (131,17,75). Sum of RGB (Red+Green+Blue) = 131+17+75=223 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.74% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 131 - color contains mainly: red. Hex color #83114B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83114B is #7CEEB4. Grayscale: #393939. Windows color (decimal): -8187573 or 4919683. OLE color: 4919683.

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

Color convert

RGB 131 17 75 -
CMYK 0 0.87 0.43 0.49
HSL 329.47º 0.77% 0.29% -
HSV(B) 329.47º 0.87% 0.51% -
XYZ 10.83 5.73 7.19 -
YUV 57.7 137.77 180.28 -
System Red Green Blue C M Y K H S L
Decimal 131 17 75 0 0.87 0.43 0.49 329.47 0.77 0.29
Hex 83 11 4B 0 57 2B 31 149 4D 1D
Octal 203 21 113 0 127 53 61 511 115 35
Binary 10000011 10001 1001011 0 1010111 101011 110001 101001001 1001101 11101

Color Harmonies of #83114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83114B

Black with #83114B

Text Example


Text Example

White with #83114B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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