#853039

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

Shades of Paprika #853039

Tints of Paprika #853039

Color information

#853039 (or 0x853039) is unknown color: approx Paprika. HEX triplet: 85, 30 and 39. RGB value is (133,48,57). Sum of RGB (Red+Green+Blue) = 133+48+57=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 57 (22.66% from 255 or 23.95% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #853039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853039 is #7ACFC6. Grayscale: #4A4A4A. Windows color (decimal): -8048583 or 3747973. OLE color: 3747973.

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

Color convert

RGB1334857-
CMYK00.640.570.48
HSL353.65º46.96%35.49%-
HSV(B)353.65º63.91%52.16%-
XYZ11.477.44.69-
YUV74.44118.16169.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.88%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 57 (22.66% from 255) = 23.95%
R=55.88%
G=20.17%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133485700.640.570.48353.6546.9635.49
Hex85303904039301622f23
Octal2056071010071605425743
Binary1000010111000011100101000000111001110000101100010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853039; }

 p { color: rgb(133,48,57); }

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

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

 a { background-color: rgb(133,48,57); }

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

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

 span { border-color: rgb(133,48,57); }

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