#851526

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

Shades of Scarlett #851526

Tints of Scarlett #851526

Color information

#851526 (or 0x851526) is unknown color: approx Scarlett. HEX triplet: 85, 15 and 26. RGB value is (133,21,38). Sum of RGB (Red+Green+Blue) = 133+21+38=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #851526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851526 is #7AEAD9. Grayscale: #383838. Windows color (decimal): -8055514 or 2495877. OLE color: 2495877.

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

Color convert

RGB1332138-
CMYK00.840.710.48
HSL350.89º72.73%30.2%-
HSV(B)350.89º84.21%52.16%-
XYZ10.295.662.38-
YUV56.43117.61182.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 69.27%
GREEN value IS 21 (8.59% from 255) = 10.94%
BLUE value IS 38 (15.23% from 255) = 19.79%
R=69.27%
G=10.94%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133213800.840.710.48350.8972.7330.2
Hex851526054473015f491e
Octal205254601241076053711136
Binary1000010110101100110010101001000111110000101011111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851526; }

 p { color: rgb(133,21,38); }

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

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

 a { background-color: rgb(133,21,38); }

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

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

 span { border-color: rgb(133,21,38); }

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