Html Css Color HEX #85113E Pompadour

📋 copy color: '#85113E'

red 133 ◦ green 17 ◦ blue 62

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

Shades of Pompadour #85113E

Tints of Pompadour #85113E

RGB

 RED value IS 133 (52.34% from 255) = 62.74%

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

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

R = 62.74%
G = 8.02%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85113E (or 0x85113E) is known color: Pompadour. HEX triplet: 85, 11 and 3E. RGB value is (133,17,62). Sum of RGB (Red+Green+Blue) = 133+17+62=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #85113E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85113E is #7AEEC1. Grayscale: #383838. Windows color (decimal): -8056514 or 4067717. OLE color: 4067717.

HSL color Cylindrical-coordinate representation of color #85113E: hue angle of 336.72º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85113E is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 17 62 -
CMYK 0 0.87 0.53 0.48
HSL 336.72º 0.77% 0.29% -
HSV(B) 336.72º 0.87% 0.52% -
XYZ 10.74 5.74 5.1 -
YUV 56.81 130.93 182.34 -
System Red Green Blue C M Y K H S L
Decimal 133 17 62 0 0.87 0.53 0.48 336.72 0.77 0.29
Hex 85 11 3E 0 57 35 30 151 4D 1D
Octal 205 21 76 0 127 65 60 521 115 35
Binary 10000101 10001 111110 0 1010111 110101 110000 101010001 1001101 11101

Color Harmonies of #85113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85113E

Black with #85113E

Text Example


Text Example

White with #85113E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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