#85122D

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

Shades of Scarlett #85122D

Tints of Scarlett #85122D

Color information

#85122D (or 0x85122D) is unknown color: approx Scarlett. HEX triplet: 85, 12 and 2D. RGB value is (133,18,45). Sum of RGB (Red+Green+Blue) = 133+18+45=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #85122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85122D is #7AEDD2. Grayscale: #373737. Windows color (decimal): -8056275 or 2953861. OLE color: 2953861.

HSL color Cylindrical-coordinate representation of color #85122D: hue angle of 345.91º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85122D is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB1331845-
CMYK00.860.660.48
HSL345.91º76.16%29.61%-
HSV(B)345.91º86.47%52.16%-
XYZ10.365.613.02-
YUV55.46122.1183.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 67.86%
GREEN value IS 18 (7.42% from 255) = 9.18%
BLUE value IS 45 (17.97% from 255) = 22.96%
R=67.86%
G=9.18%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133184500.860.660.48345.9176.1629.61
Hex85122D056423015a4c1e
Octal205225501261026053211436
Binary1000010110010101101010101101000010110000101011010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,18,45); }

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

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

 a { background-color: rgb(133,18,45); }

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

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

 span { border-color: rgb(133,18,45); }

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