#852C3E

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

Shades of Paprika #852C3E

Tints of Paprika #852C3E

Color information

#852C3E (or 0x852C3E) is unknown color: approx Paprika. HEX triplet: 85, 2C and 3E. RGB value is (133,44,62). Sum of RGB (Red+Green+Blue) = 133+44+62=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #852C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C3E is #7AD3C1. Grayscale: #484848. Windows color (decimal): -8049602 or 4074629. OLE color: 4074629.

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

Color convert

RGB1334462-
CMYK00.670.530.48
HSL347.87º50.28%34.71%-
HSV(B)347.87º66.92%52.16%-
XYZ11.447.145.33-
YUV72.66121.99171.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.65%
GREEN value IS 44 (17.58% from 255) = 18.41%
BLUE value IS 62 (24.61% from 255) = 25.94%
R=55.65%
G=18.41%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133446200.670.530.48347.8750.2834.71
Hex852C3E043353015c3223
Octal2055476010365605346243
Binary1000010110110011111001000011110101110000101011100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,44,62); }

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

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

 a { background-color: rgb(133,44,62); }

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

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

 span { border-color: rgb(133,44,62); }

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