#851329

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

Shades of Scarlett #851329

Tints of Scarlett #851329

Color information

#851329 (or 0x851329) is unknown color: approx Scarlett. HEX triplet: 85, 13 and 29. RGB value is (133,19,41). Sum of RGB (Red+Green+Blue) = 133+19+41=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #851329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851329 is #7AECD6. Grayscale: #373737. Windows color (decimal): -8056023 or 2691973. OLE color: 2691973.

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

Color convert

RGB1331941-
CMYK00.860.690.48
HSL348.42º75%29.8%-
HSV(B)348.42º85.71%52.16%-
XYZ10.315.612.64-
YUV55.59119.77183.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 68.91%
GREEN value IS 19 (7.81% from 255) = 9.84%
BLUE value IS 41 (16.41% from 255) = 21.24%
R=68.91%
G=9.84%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133194100.860.690.48348.427529.8
Hex851329056453015c4b1e
Octal205235101261056053411336
Binary1000010110011101001010101101000101110000101011100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851329; }

 p { color: rgb(133,19,41); }

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

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

 a { background-color: rgb(133,19,41); }

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

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

 span { border-color: rgb(133,19,41); }

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