#851A3E

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

Shades of Shiraz #851A3E

Tints of Shiraz #851A3E

Color information

#851A3E (or 0x851A3E) is unknown color: approx Shiraz. HEX triplet: 85, 1A and 3E. RGB value is (133,26,62). Sum of RGB (Red+Green+Blue) = 133+26+62=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 62 (24.61% from 255 or 28.05% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #851A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851A3E is #7AE5C1. Grayscale: #3E3E3E. Windows color (decimal): -8054210 or 4070021. OLE color: 4070021.

HSL color Cylindrical-coordinate representation of color #851A3E: hue angle of 339.81º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851A3E is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1332662-
CMYK00.800.530.48
HSL339.81º67.3%31.18%-
HSV(B)339.81º80.45%52.16%-
XYZ10.916.075.15-
YUV62.1127.95178.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.18%
GREEN value IS 26 (10.55% from 255) = 11.76%
BLUE value IS 62 (24.61% from 255) = 28.05%
R=60.18%
G=11.76%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133266200.800.530.48339.8167.331.18
Hex851A3E0503530154431f
Octal20532760120656052410337
Binary100001011101011111001010000110101110000101010100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,26,62); }

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

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

 a { background-color: rgb(133,26,62); }

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

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

 span { border-color: rgb(133,26,62); }

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