#852D3F

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

Shades of Paprika #852D3F

Tints of Paprika #852D3F

Color information

#852D3F (or 0x852D3F) is unknown color: approx Paprika. HEX triplet: 85, 2D and 3F. RGB value is (133,45,63). Sum of RGB (Red+Green+Blue) = 133+45+63=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #852D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D3F is #7AD2C0. Grayscale: #494949. Windows color (decimal): -8049345 or 4140421. OLE color: 4140421.

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

Color convert

RGB1334563-
CMYK00.660.530.48
HSL347.73º49.44%34.9%-
HSV(B)347.73º66.17%52.16%-
XYZ11.517.225.49-
YUV73.36122.15170.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.19%
GREEN value IS 45 (17.97% from 255) = 18.67%
BLUE value IS 63 (25% from 255) = 26.14%
R=55.19%
G=18.67%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133456300.660.530.48347.7349.4434.9
Hex852D3F042353015c3123
Octal2055577010265605346143
Binary1000010110110111111101000010110101110000101011100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,45,63); }

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

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

 a { background-color: rgb(133,45,63); }

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

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

 span { border-color: rgb(133,45,63); }

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