#851C35

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

Shades of Scarlett #851C35

Tints of Scarlett #851C35

Color information

#851C35 (or 0x851C35) is unknown color: approx Scarlett. HEX triplet: 85, 1C and 35. RGB value is (133,28,53). Sum of RGB (Red+Green+Blue) = 133+28+53=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #851C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851C35 is #7AE3CA. Grayscale: #3E3E3E. Windows color (decimal): -8053707 or 3480709. OLE color: 3480709.

HSL color Cylindrical-coordinate representation of color #851C35: hue angle of 345.71º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #851C35 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB1332853-
CMYK00.790.600.48
HSL345.71º65.22%31.57%-
HSV(B)345.71º78.95%52.16%-
XYZ10.736.073.98-
YUV62.24122.79178.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.15%
GREEN value IS 28 (11.33% from 255) = 13.08%
BLUE value IS 53 (21.09% from 255) = 24.77%
R=62.15%
G=13.08%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133285300.790.600.48345.7165.2231.57
Hex851C3504F3C3015a4120
Octal20534650117746053210140
Binary1000010111100110101010011111111001100001010110101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851C35; }

 p { color: rgb(133,28,53); }

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

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

 a { background-color: rgb(133,28,53); }

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

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

 span { border-color: rgb(133,28,53); }

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