#851D33

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

Shades of Scarlett #851D33

Tints of Scarlett #851D33

Color information

#851D33 (or 0x851D33) is unknown color: approx Scarlett. HEX triplet: 85, 1D and 33. RGB value is (133,29,51). Sum of RGB (Red+Green+Blue) = 133+29+51=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #851D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851D33 is #7AE2CC. Grayscale: #3E3E3E. Windows color (decimal): -8053453 or 3349893. OLE color: 3349893.

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

Color convert

RGB1332951-
CMYK00.780.620.48
HSL347.31º64.2%31.76%-
HSV(B)347.31º78.2%52.16%-
XYZ10.716.13.75-
YUV62.6121.46178.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.44%
GREEN value IS 29 (11.72% from 255) = 13.62%
BLUE value IS 51 (20.31% from 255) = 23.94%
R=62.44%
G=13.62%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133295100.780.620.48347.3164.231.76
Hex851D3304E3E3015b4020
Octal20535630116766053310040
Binary1000010111101110011010011101111101100001010110111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,29,51); }

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

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

 a { background-color: rgb(133,29,51); }

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

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

 span { border-color: rgb(133,29,51); }

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