#851C3B

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

Shades of Shiraz #851C3B

Tints of Shiraz #851C3B

Color information

#851C3B (or 0x851C3B) is unknown color: approx Shiraz. HEX triplet: 85, 1C and 3B. RGB value is (133,28,59). Sum of RGB (Red+Green+Blue) = 133+28+59=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #851C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851C3B is #7AE3C4. Grayscale: #3E3E3E. Windows color (decimal): -8053701 or 3873925. OLE color: 3873925.

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

Color convert

RGB1332859-
CMYK00.790.560.48
HSL342.29º65.22%31.57%-
HSV(B)342.29º78.95%52.16%-
XYZ10.886.134.75-
YUV62.93125.79177.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.45%
GREEN value IS 28 (11.33% from 255) = 12.73%
BLUE value IS 59 (23.44% from 255) = 26.82%
R=60.45%
G=12.73%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133285900.790.560.48342.2965.2231.57
Hex851C3B04F38301564120
Octal20534730117706052610140
Binary1000010111100111011010011111110001100001010101101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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