#85303C

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

Shades of Paprika #85303C

Tints of Paprika #85303C

Color information

#85303C (or 0x85303C) is unknown color: approx Paprika. HEX triplet: 85, 30 and 3C. RGB value is (133,48,60). Sum of RGB (Red+Green+Blue) = 133+48+60=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #85303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85303C is #7ACFC3. Grayscale: #4A4A4A. Windows color (decimal): -8048580 or 3944581. OLE color: 3944581.

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

Color convert

RGB1334860-
CMYK00.640.550.48
HSL351.53º46.96%35.49%-
HSV(B)351.53º63.91%52.16%-
XYZ11.557.435.1-
YUV74.78119.66169.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.19%
GREEN value IS 48 (19.14% from 255) = 19.92%
BLUE value IS 60 (23.83% from 255) = 24.90%
R=55.19%
G=19.92%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133486000.640.550.48351.5346.9635.49
Hex85303C04037301602f23
Octal2056074010067605405743
Binary1000010111000011110001000000110111110000101100000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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