#852A3F

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

Shades of Paprika #852A3F

Tints of Paprika #852A3F

Color information

#852A3F (or 0x852A3F) is unknown color: approx Paprika. HEX triplet: 85, 2A and 3F. RGB value is (133,42,63). Sum of RGB (Red+Green+Blue) = 133+42+63=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #852A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A3F is #7AD5C0. Grayscale: #474747. Windows color (decimal): -8050113 or 4139653. OLE color: 4139653.

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

Color convert

RGB1334263-
CMYK00.680.530.48
HSL346.15º52%34.31%-
HSV(B)346.15º68.42%52.16%-
XYZ11.475.45-
YUV71.6123.15171.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.88%
GREEN value IS 42 (16.80% from 255) = 17.65%
BLUE value IS 63 (25% from 255) = 26.47%
R=55.88%
G=17.65%
B=26.47%

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
Decimal133426300.680.530.48346.155234.31
Hex852A3F044353015a3422
Octal2055277010465605326442
Binary1000010110101011111101000100110101110000101011010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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