Html Css Color HEX #85113F Pompadour

📋 copy color: '#85113F'

red 133 ◦ green 17 ◦ blue 63

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

Shades of Pompadour #85113F

Tints of Pompadour #85113F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.58%

R = 62.44%
G = 7.98%
B = 29.58%

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

#85113F (or 0x85113F) is known color: Pompadour. HEX triplet: 85, 11 and 3F. RGB value is (133,17,63). Sum of RGB (Red+Green+Blue) = 133+17+63=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #85113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85113F is #7AEEC0. Grayscale: #383838. Windows color (decimal): -8056513 or 4133253. OLE color: 4133253.

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

Color convert

RGB 133 17 63 -
CMYK 0 0.87 0.53 0.48
HSL 336.21º 0.77% 0.29% -
HSV(B) 336.21º 0.87% 0.52% -
XYZ 10.77 5.75 5.24 -
YUV 56.93 131.43 182.26 -
System Red Green Blue C M Y K H S L
Decimal 133 17 63 0 0.87 0.53 0.48 336.21 0.77 0.29
Hex 85 11 3F 0 57 35 30 150 4D 1D
Octal 205 21 77 0 127 65 60 520 115 35
Binary 10000101 10001 111111 0 1010111 110101 110000 101010000 1001101 11101

Color Harmonies of #85113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85113F

Black with #85113F

Text Example


Text Example

White with #85113F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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