#85123F

Color #85123F Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #85123F

Tints of Pompadour #85123F

Color information

#85123F (or 0x85123F) is unknown color: approx Pompadour. HEX triplet: 85, 12 and 3F. RGB value is (133,18,63). Sum of RGB (Red+Green+Blue) = 133+18+63=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #85123F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85123F is #7AEDC0. Grayscale: #393939. Windows color (decimal): -8056257 or 4133509. OLE color: 4133509.

HSL color Cylindrical-coordinate representation of color #85123F: hue angle of 336.52º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85123F is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1331863-
CMYK00.860.530.48
HSL336.52º76.16%29.61%-
HSV(B)336.52º86.47%52.16%-
XYZ10.795.785.25-
YUV57.52131.1181.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.15%
GREEN value IS 18 (7.42% from 255) = 8.41%
BLUE value IS 63 (25% from 255) = 29.44%
R=62.15%
G=8.41%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133186300.860.530.48336.5276.1629.61
Hex85123F05635301514c1e
Octal20522770126656052111436
Binary100001011001011111101010110110101110000101010001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85123F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #85123F;
 }
 .AnyTagClassName
 {
   color: #85123F;
 }
</style>
background-color css

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

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

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

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

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

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