#85313D

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

Shades of Paprika #85313D

Tints of Paprika #85313D

Color information

#85313D (or 0x85313D) is unknown color: approx Paprika. HEX triplet: 85, 31 and 3D. RGB value is (133,49,61). Sum of RGB (Red+Green+Blue) = 133+49+61=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #85313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85313D is #7ACEC2. Grayscale: #4B4B4B. Windows color (decimal): -8048323 or 4010373. OLE color: 4010373.

HSL color Cylindrical-coordinate representation of color #85313D: hue angle of 351.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85313D is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB1334961-
CMYK00.630.540.48
HSL351.43º46.15%35.69%-
HSV(B)351.43º63.16%52.16%-
XYZ11.617.525.25-
YUV75.48119.83169.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.73%
GREEN value IS 49 (19.53% from 255) = 20.16%
BLUE value IS 61 (24.22% from 255) = 25.10%
R=54.73%
G=20.16%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133496100.630.540.48351.4346.1535.69
Hex85313D03F363015f2e24
Octal205617507766605375644
Binary100001011100011111010111111110110110000101011111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85313D; }

 p { color: rgb(133,49,61); }

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

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

 a { background-color: rgb(133,49,61); }

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

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

 span { border-color: rgb(133,49,61); }

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