#852B3F

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

Shades of Paprika #852B3F

Tints of Paprika #852B3F

Color information

#852B3F (or 0x852B3F) is unknown color: approx Paprika. HEX triplet: 85, 2B and 3F. RGB value is (133,43,63). Sum of RGB (Red+Green+Blue) = 133+43+63=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #852B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852B3F is #7AD4C0. Grayscale: #484848. Windows color (decimal): -8049857 or 4139909. OLE color: 4139909.

HSL color Cylindrical-coordinate representation of color #852B3F: hue angle of 346.67º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852B3F is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1334363-
CMYK00.680.530.48
HSL346.67º51.14%34.51%-
HSV(B)346.67º67.67%52.16%-
XYZ11.437.075.47-
YUV72.19122.82171.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.65%
GREEN value IS 43 (17.19% from 255) = 17.99%
BLUE value IS 63 (25% from 255) = 26.36%
R=55.65%
G=17.99%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133436300.680.530.48346.6751.1434.51
Hex852B3F044353015b3323
Octal2055377010465605336343
Binary1000010110101111111101000100110101110000101011011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852B3F; }

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

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

<style>
 a { background-color: #852B3F; }

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

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

<style>
 span { border-color: #852B3F; }

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

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