#852A41

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

Shades of Paprika #852A41

Tints of Paprika #852A41

Color information

#852A41 (or 0x852A41) is unknown color: approx Paprika. HEX triplet: 85, 2A and 41. RGB value is (133,42,65). Sum of RGB (Red+Green+Blue) = 133+42+65=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #852A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A41 is #7AD5BE. Grayscale: #474747. Windows color (decimal): -8050111 or 4270725. OLE color: 4270725.

HSL color Cylindrical-coordinate representation of color #852A41: hue angle of 344.84º 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 #852A41 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB1334265-
CMYK00.680.510.48
HSL344.84º52%34.31%-
HSV(B)344.84º68.42%52.16%-
XYZ11.457.025.75-
YUV71.83124.15171.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.42%
GREEN value IS 42 (16.80% from 255) = 17.5%
BLUE value IS 65 (25.78% from 255) = 27.08%
R=55.42%
G=17.5%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133426500.680.510.48344.845234.31
Hex852A4104433301593422
Octal20552101010463605316442
Binary10000101101010100000101000100110011110000101011001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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