#862F3B

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

Shades of Shiraz #862F3B

Tints of Shiraz #862F3B

Color information

#862F3B (or 0x862F3B) is unknown color: approx Shiraz. HEX triplet: 86, 2F and 3B. RGB value is (134,47,59). Sum of RGB (Red+Green+Blue) = 134+47+59=240 (31% of max value = 765). Red value is 134 (52.73% from 255 or 55.83% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 134 - color contains mainly: red. Hex color #862F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862F3B is #79D0C4. Grayscale: #4A4A4A. Windows color (decimal): -7983301 or 3878790. OLE color: 3878790.

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

Color convert

RGB1344759-
CMYK00.650.560.47
HSL351.72º48.07%35.49%-
HSV(B)351.72º64.93%52.55%-
XYZ11.647.424.96-
YUV74.38119.32170.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.83%
GREEN value IS 47 (18.75% from 255) = 19.58%
BLUE value IS 59 (23.44% from 255) = 24.58%
R=55.83%
G=19.58%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134475900.650.560.47351.7248.0735.49
Hex862F3B041382F1603023
Octal2065773010170575406043
Binary1000011010111111101101000001111000101111101100000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,47,59); }

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

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

 a { background-color: rgb(134,47,59); }

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

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

 span { border-color: rgb(134,47,59); }

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