#853240

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

Shades of Paprika #853240

Tints of Paprika #853240

Color information

#853240 (or 0x853240) is unknown color: approx Paprika. HEX triplet: 85, 32 and 40. RGB value is (133,50,64). Sum of RGB (Red+Green+Blue) = 133+50+64=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #853240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853240 is #7ACDBF. Grayscale: #4C4C4C. Windows color (decimal): -8048064 or 4207237. OLE color: 4207237.

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

Color convert

RGB1335064-
CMYK00.620.520.48
HSL349.88º45.36%35.88%-
HSV(B)349.88º62.41%52.16%-
XYZ11.747.645.71-
YUV76.41121168.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.85%
GREEN value IS 50 (19.92% from 255) = 20.24%
BLUE value IS 64 (25.39% from 255) = 25.91%
R=53.85%
G=20.24%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133506400.620.520.48349.8845.3635.88
Hex85324003E343015e2d24
Octal2056210007664605365544
Binary1000010111001010000000111110110100110000101011110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853240; }

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

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

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

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

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

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

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

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