#851C39

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

Shades of Shiraz #851C39

Tints of Shiraz #851C39

Color information

#851C39 (or 0x851C39) is unknown color: approx Shiraz. HEX triplet: 85, 1C and 39. RGB value is (133,28,57). Sum of RGB (Red+Green+Blue) = 133+28+57=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #851C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851C39 is #7AE3C6. Grayscale: #3E3E3E. Windows color (decimal): -8053703 or 3742853. OLE color: 3742853.

HSL color Cylindrical-coordinate representation of color #851C39: hue angle of 343.43º 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 #851C39 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB1332857-
CMYK00.790.570.48
HSL343.43º65.22%31.57%-
HSV(B)343.43º78.95%52.16%-
XYZ10.836.114.48-
YUV62.7124.79178.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.01%
GREEN value IS 28 (11.33% from 255) = 12.84%
BLUE value IS 57 (22.66% from 255) = 26.15%
R=61.01%
G=12.84%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133285700.790.570.48343.4365.2231.57
Hex851C3904F39301574120
Octal20534710117716052710140
Binary1000010111100111001010011111110011100001010101111000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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