#85323E

Color #85323E Paprika (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paprika #85323E

Tints of Paprika #85323E

Color information

#85323E (or 0x85323E) is unknown color: approx Paprika. HEX triplet: 85, 32 and 3E. RGB value is (133,50,62). Sum of RGB (Red+Green+Blue) = 133+50+62=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85323E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85323E is #7ACDC1. Grayscale: #4C4C4C. Windows color (decimal): -8048066 or 4076165. OLE color: 4076165.

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

Color convert

RGB1335062-
CMYK00.620.530.48
HSL351.33º45.36%35.88%-
HSV(B)351.33º62.41%52.16%-
XYZ11.687.625.41-
YUV76.18120168.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.29%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 62 (24.61% from 255) = 25.31%
R=54.29%
G=20.41%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133506200.620.530.48351.3345.3635.88
Hex85323E03E353015f2d24
Octal205627607665605375544
Binary100001011100101111100111110110101110000101011111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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