#83182C

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

Shades of Scarlett #83182C

Tints of Scarlett #83182C

Color information

#83182C (or 0x83182C) is unknown color: approx Scarlett. HEX triplet: 83, 18 and 2C. RGB value is (131,24,44). Sum of RGB (Red+Green+Blue) = 131+24+44=199 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.83% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 131 - color contains mainly: red. Hex color #83182C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83182C is #7CE7D3. Grayscale: #3A3A3A. Windows color (decimal): -8185812 or 2889859. OLE color: 2889859.

HSL color Cylindrical-coordinate representation of color #83182C: hue angle of 348.79º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #83182C is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB1312444-
CMYK00.820.660.49
HSL348.79º69.03%30.39%-
HSV(B)348.79º81.68%51.37%-
XYZ10.145.662.94-
YUV58.27119.95179.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 65.83%
GREEN value IS 24 (9.77% from 255) = 12.06%
BLUE value IS 44 (17.58% from 255) = 22.11%
R=65.83%
G=12.06%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131244400.820.660.49348.7969.0330.39
Hex83182C052423115d451e
Octal203305401221026153510536
Binary1000001111000101100010100101000010110001101011101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,24,44); }

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

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

 a { background-color: rgb(131,24,44); }

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

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

 span { border-color: rgb(131,24,44); }

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