#85182F

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

Shades of Scarlett #85182F

Tints of Scarlett #85182F

Color information

#85182F (or 0x85182F) is unknown color: approx Scarlett. HEX triplet: 85, 18 and 2F. RGB value is (133,24,47). Sum of RGB (Red+Green+Blue) = 133+24+47=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #85182F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85182F is #7AE7D0. Grayscale: #3B3B3B. Windows color (decimal): -8054737 or 3086469. OLE color: 3086469.

HSL color Cylindrical-coordinate representation of color #85182F: hue angle of 347.34º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85182F is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB1332447-
CMYK00.820.650.48
HSL347.34º69.43%30.78%-
HSV(B)347.34º81.95%52.16%-
XYZ10.515.853.26-
YUV59.21121.11180.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.20%
GREEN value IS 24 (9.77% from 255) = 11.76%
BLUE value IS 47 (18.75% from 255) = 23.04%
R=65.20%
G=11.76%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133244700.820.650.48347.3469.4330.78
Hex85182F052413015b451f
Octal205305701221016053310537
Binary1000010111000101111010100101000001110000101011011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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