#852940

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

Shades of Paprika #852940

Tints of Paprika #852940

Color information

#852940 (or 0x852940) is unknown color: approx Paprika. HEX triplet: 85, 29 and 40. RGB value is (133,41,64). Sum of RGB (Red+Green+Blue) = 133+41+64=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #852940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852940 is #7AD6BF. Grayscale: #474747. Windows color (decimal): -8050368 or 4204933. OLE color: 4204933.

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

Color convert

RGB1334164-
CMYK00.690.520.48
HSL345º52.87%34.12%-
HSV(B)345º69.17%52.16%-
XYZ11.396.945.59-
YUV71.13123.98172.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.88%
GREEN value IS 41 (16.41% from 255) = 17.23%
BLUE value IS 64 (25.39% from 255) = 26.89%
R=55.88%
G=17.23%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133416400.690.520.4834552.8734.12
Hex85294004534301593522
Octal20551100010564605316542
Binary10000101101001100000001000101110100110000101011001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852940; }

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

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

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

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

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

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

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

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