#853340

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

Shades of Paprika #853340

Tints of Paprika #853340

Color information

#853340 (or 0x853340) is unknown color: approx Paprika. HEX triplet: 85, 33 and 40. RGB value is (133,51,64). Sum of RGB (Red+Green+Blue) = 133+51+64=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #853340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853340 is #7ACCBF. Grayscale: #4D4D4D. Windows color (decimal): -8047808 or 4207493. OLE color: 4207493.

HSL color Cylindrical-coordinate representation of color #853340: hue angle of 350.49º 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 #853340 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB1335164-
CMYK00.620.520.48
HSL350.49º44.57%36.08%-
HSV(B)350.49º61.65%52.16%-
XYZ11.787.725.72-
YUV77120.67167.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.63%
GREEN value IS 51 (20.31% from 255) = 20.56%
BLUE value IS 64 (25.39% from 255) = 25.81%
R=53.63%
G=20.56%
B=25.81%

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
Decimal133516400.620.520.48350.4944.5736.08
Hex85334003E343015e2d24
Octal2056310007664605365544
Binary1000010111001110000000111110110100110000101011110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853340; }

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

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

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

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

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

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

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

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