#811425

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

Shades of Scarlett #811425

Tints of Scarlett #811425

Color information

#811425 (or 0x811425) is unknown color: approx Scarlett. HEX triplet: 81, 14 and 25. RGB value is (129,20,37). Sum of RGB (Red+Green+Blue) = 129+20+37=186 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.35% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 129 - color contains mainly: red. Hex color #811425 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811425 is #7EEBDA. Grayscale: #363636. Windows color (decimal): -8317915 or 2430081. OLE color: 2430081.

HSL color Cylindrical-coordinate representation of color #811425: hue angle of 350.64º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811425 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB1292037-
CMYK00.840.710.49
HSL350.64º73.15%29.22%-
HSV(B)350.64º84.5%50.59%-
XYZ9.645.32.27-
YUV54.53118.11181.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 69.35%
GREEN value IS 20 (8.20% from 255) = 10.75%
BLUE value IS 37 (14.84% from 255) = 19.89%
R=69.35%
G=10.75%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129203700.840.710.49350.6473.1529.22
Hex811425054473115f491d
Octal201244501241076153711135
Binary1000000110100100101010101001000111110001101011111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811425; }

 p { color: rgb(129,20,37); }

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

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

 a { background-color: rgb(129,20,37); }

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

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

 span { border-color: rgb(129,20,37); }

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