#862A35

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

Shades of Shiraz #862A35

Tints of Shiraz #862A35

Color information

#862A35 (or 0x862A35) is unknown color: approx Shiraz. HEX triplet: 86, 2A and 35. RGB value is (134,42,53). Sum of RGB (Red+Green+Blue) = 134+42+53=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #862A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862A35 is #79D5CA. Grayscale: #464646. Windows color (decimal): -7984587 or 3484294. OLE color: 3484294.

HSL color Cylindrical-coordinate representation of color #862A35: hue angle of 352.83º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #862A35 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1344253-
CMYK00.690.600.47
HSL352.83º52.27%34.51%-
HSV(B)352.83º68.66%52.55%-
XYZ11.36.984.12-
YUV70.76117.98173.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.52%
GREEN value IS 42 (16.80% from 255) = 18.34%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=58.52%
G=18.34%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134425300.690.600.47352.8352.2734.51
Hex862A350453C2F1613423
Octal2065265010574575416443
Binary1000011010101011010101000101111100101111101100001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862A35; }

 p { color: rgb(134,42,53); }

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

<style>
 a { background-color: #862A35; }

 a { background-color: rgb(134,42,53); }

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

<style>
 span { border-color: #862A35; }

 span { border-color: rgb(134,42,53); }

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