#831830

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

Shades of Scarlett #831830

Tints of Scarlett #831830

Color information

#831830 (or 0x831830) is unknown color: approx Scarlett. HEX triplet: 83, 18 and 30. RGB value is (131,24,48). Sum of RGB (Red+Green+Blue) = 131+24+48=203 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.53% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 131 - color contains mainly: red. Hex color #831830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831830 is #7CE7CF. Grayscale: #3A3A3A. Windows color (decimal): -8185808 or 3152003. OLE color: 3152003.

HSL color Cylindrical-coordinate representation of color #831830: hue angle of 346.54º 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 #831830 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB1312448-
CMYK00.820.630.49
HSL346.54º69.03%30.39%-
HSV(B)346.54º81.68%51.37%-
XYZ10.225.693.36-
YUV58.73121.95179.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 64.53%
GREEN value IS 24 (9.77% from 255) = 11.82%
BLUE value IS 48 (19.14% from 255) = 23.65%
R=64.53%
G=11.82%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131244800.820.630.49346.5469.0330.39
Hex8318300523F3115b451e
Octal20330600122776153310536
Binary100000111100011000001010010111111110001101011011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831830; }

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

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

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

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

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

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

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

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