#85303E

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

Shades of Paprika #85303E

Tints of Paprika #85303E

Color information

#85303E (or 0x85303E) is unknown color: approx Paprika. HEX triplet: 85, 30 and 3E. RGB value is (133,48,62). Sum of RGB (Red+Green+Blue) = 133+48+62=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #85303E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85303E is #7ACFC1. Grayscale: #4B4B4B. Windows color (decimal): -8048578 or 4075653. OLE color: 4075653.

HSL color Cylindrical-coordinate representation of color #85303E: hue angle of 350.12º 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 #85303E is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1334862-
CMYK00.640.530.48
HSL350.12º46.96%35.49%-
HSV(B)350.12º63.91%52.16%-
XYZ11.67.455.38-
YUV75.01120.66169.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.73%
GREEN value IS 48 (19.14% from 255) = 19.75%
BLUE value IS 62 (24.61% from 255) = 25.51%
R=54.73%
G=19.75%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133486200.640.530.48350.1246.9635.49
Hex85303E040353015e2f23
Octal2056076010065605365743
Binary1000010111000011111001000000110101110000101011110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85303E; }

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

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

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

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

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

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

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

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