#80182D

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

Shades of Scarlett #80182D

Tints of Scarlett #80182D

Color information

#80182D (or 0x80182D) is unknown color: approx Scarlett. HEX triplet: 80, 18 and 2D. RGB value is (128,24,45). Sum of RGB (Red+Green+Blue) = 128+24+45=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #80182D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80182D is #7FE7D2. Grayscale: #393939. Windows color (decimal): -8382419 or 2955392. OLE color: 2955392.

HSL color Cylindrical-coordinate representation of color #80182D: hue angle of 347.88º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80182D is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB1282445-
CMYK00.810.650.50
HSL347.88º68.42%29.8%-
HSV(B)347.88º81.25%50.2%-
XYZ9.75.433.02-
YUV57.49120.96178.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64.97%
GREEN value IS 24 (9.77% from 255) = 12.18%
BLUE value IS 45 (17.97% from 255) = 22.84%
R=64.97%
G=12.18%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128244500.810.650.50347.8868.4229.8
Hex80182D051413215c441e
Octal200305501211016253410436
Binary1000000011000101101010100011000001110010101011100100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,24,45); }

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

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

 a { background-color: rgb(128,24,45); }

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

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

 span { border-color: rgb(128,24,45); }

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