#852E3F

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

Shades of Paprika #852E3F

Tints of Paprika #852E3F

Color information

#852E3F (or 0x852E3F) is unknown color: approx Paprika. HEX triplet: 85, 2E and 3F. RGB value is (133,46,63). Sum of RGB (Red+Green+Blue) = 133+46+63=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #852E3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E3F is #7AD1C0. Grayscale: #494949. Windows color (decimal): -8049089 or 4140677. OLE color: 4140677.

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

Color convert

RGB1334663-
CMYK00.650.530.48
HSL348.28º48.6%35.1%-
HSV(B)348.28º65.41%52.16%-
XYZ11.557.35.5-
YUV73.95121.82170.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.96%
GREEN value IS 46 (18.36% from 255) = 19.01%
BLUE value IS 63 (25% from 255) = 26.03%
R=54.96%
G=19.01%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133466300.650.530.48348.2848.635.1
Hex852E3F041353015c3123
Octal2055677010165605346143
Binary1000010110111011111101000001110101110000101011100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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