#85333F

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

Shades of Paprika #85333F

Tints of Paprika #85333F

Color information

#85333F (or 0x85333F) is unknown color: approx Paprika. HEX triplet: 85, 33 and 3F. RGB value is (133,51,63). Sum of RGB (Red+Green+Blue) = 133+51+63=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85333F is #7ACCC0. Grayscale: #4C4C4C. Windows color (decimal): -8047809 or 4141957. OLE color: 4141957.

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

Color convert

RGB1335163-
CMYK00.620.530.48
HSL351.22º44.57%36.08%-
HSV(B)351.22º61.65%52.16%-
XYZ11.757.715.57-
YUV76.89120.17168.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.85%
GREEN value IS 51 (20.31% from 255) = 20.65%
BLUE value IS 63 (25% from 255) = 25.51%
R=53.85%
G=20.65%
B=25.51%

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
Decimal133516300.620.530.48351.2244.5736.08
Hex85333F03E353015f2d24
Octal205637707665605375544
Binary100001011100111111110111110110101110000101011111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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