#85122F

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

Shades of Scarlett #85122F

Tints of Scarlett #85122F

Color information

#85122F (or 0x85122F) is unknown color: approx Scarlett. HEX triplet: 85, 12 and 2F. RGB value is (133,18,47). Sum of RGB (Red+Green+Blue) = 133+18+47=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #85122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85122F is #7AEDD0. Grayscale: #373737. Windows color (decimal): -8056273 or 3084933. OLE color: 3084933.

HSL color Cylindrical-coordinate representation of color #85122F: hue angle of 344.87º 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 #85122F is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB1331847-
CMYK00.860.650.48
HSL344.87º76.16%29.61%-
HSV(B)344.87º86.47%52.16%-
XYZ10.45.623.23-
YUV55.69123.1183.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 67.17%
GREEN value IS 18 (7.42% from 255) = 9.09%
BLUE value IS 47 (18.75% from 255) = 23.74%
R=67.17%
G=9.09%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133184700.860.650.48344.8776.1629.61
Hex85122F05641301594c1e
Octal205225701261016053111436
Binary1000010110010101111010101101000001110000101011001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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