#831A25

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

Shades of Scarlett #831A25

Tints of Scarlett #831A25

Color information

#831A25 (or 0x831A25) is unknown color: approx Scarlett. HEX triplet: 83, 1A and 25. RGB value is (131,26,37). Sum of RGB (Red+Green+Blue) = 131+26+37=194 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.53% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 131 - color contains mainly: red. Hex color #831A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831A25 is #7CE5DA. Grayscale: #3A3A3A. Windows color (decimal): -8185307 or 2431619. OLE color: 2431619.

HSL color Cylindrical-coordinate representation of color #831A25: hue angle of 353.71º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #831A25 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB1312637-
CMYK00.800.720.49
HSL353.71º66.88%30.78%-
HSV(B)353.71º80.15%51.37%-
XYZ10.065.72.32-
YUV58.65115.79179.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 67.53%
GREEN value IS 26 (10.55% from 255) = 13.40%
BLUE value IS 37 (14.84% from 255) = 19.07%
R=67.53%
G=13.40%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131263700.800.720.49353.7166.8830.78
Hex831A250504831162431f
Octal203324501201106154210337
Binary1000001111010100101010100001001000110001101100010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831A25; }

 p { color: rgb(131,26,37); }

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

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

 a { background-color: rgb(131,26,37); }

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

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

 span { border-color: rgb(131,26,37); }

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