#852E40

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

Shades of Paprika #852E40

Tints of Paprika #852E40

Color information

#852E40 (or 0x852E40) is unknown color: approx Paprika. HEX triplet: 85, 2E and 40. RGB value is (133,46,64). Sum of RGB (Red+Green+Blue) = 133+46+64=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #852E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E40 is #7AD1BF. Grayscale: #4A4A4A. Windows color (decimal): -8049088 or 4206213. OLE color: 4206213.

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

Color convert

RGB1334664-
CMYK00.650.520.48
HSL347.59º48.6%35.1%-
HSV(B)347.59º65.41%52.16%-
XYZ11.587.315.65-
YUV74.06122.32170.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.73%
GREEN value IS 46 (18.36% from 255) = 18.93%
BLUE value IS 64 (25.39% from 255) = 26.34%
R=54.73%
G=18.93%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133466400.650.520.48347.5948.635.1
Hex852E40041343015c3123
Octal20556100010164605346143
Binary10000101101110100000001000001110100110000101011100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,46,64); }

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

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

 a { background-color: rgb(133,46,64); }

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

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

 span { border-color: rgb(133,46,64); }

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