Html Css Color HEX #83113E Pompadour

📋 copy color: '#83113E'

red 131 ◦ green 17 ◦ blue 62

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

Shades of Pompadour #83113E

Tints of Pompadour #83113E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 29.52%

R = 62.38%
G = 8.1%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#83113E (or 0x83113E) is known color: Pompadour. HEX triplet: 83, 11 and 3E. RGB value is (131,17,62). Sum of RGB (Red+Green+Blue) = 131+17+62=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #83113E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83113E is #7CEEC1. Grayscale: #383838. Windows color (decimal): -8187586 or 4067715. OLE color: 4067715.

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

Color convert

RGB 131 17 62 -
CMYK 0 0.87 0.53 0.49
HSL 336.32º 0.77% 0.29% -
HSV(B) 336.32º 0.87% 0.51% -
XYZ 10.43 5.57 5.08 -
YUV 56.22 131.27 181.34 -
System Red Green Blue C M Y K H S L
Decimal 131 17 62 0 0.87 0.53 0.49 336.32 0.77 0.29
Hex 83 11 3E 0 57 35 31 150 4D 1D
Octal 203 21 76 0 127 65 61 520 115 35
Binary 10000011 10001 111110 0 1010111 110101 110001 101010000 1001101 11101

Color Harmonies of #83113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83113E

Black with #83113E

Text Example


Text Example

White with #83113E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83113E; }

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

 H1.HeaderClassName
 {
   color: #83113E;
 }
 .AnyTagClassName
 {
   color: #83113E;
 }
</style>

background-color css

<style>
 a { background-color: #83113E; }

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

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

border-color css

<style>
 span { border-color: #83113E; }

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

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