Html Css Color HEX #862937 Shiraz

📋 copy color: '#862937'

red 134 ◦ green 41 ◦ blue 55

#862937
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shiraz #862937

Tints of Shiraz #862937

RGB

 RED value IS 134 (52.73% from 255) = 58.26%

 GREEN value IS 41 (16.41% from 255) = 17.83%

 BLUE value IS 55 (21.88% from 255) = 23.91%

R = 58.26%
G = 17.83%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#862937 (or 0x862937) is known color: Shiraz. HEX triplet: 86, 29 and 37. RGB value is (134,41,55). Sum of RGB (Red+Green+Blue) = 134+41+55=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #862937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862937 is #79D6C8. Grayscale: #464646. Windows color (decimal): -7984841 or 3615110. OLE color: 3615110.

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

Color convert

RGB 134 41 55 -
CMYK 0 0.69 0.59 0.47
HSL 350.97º 0.53% 0.34% -
HSV(B) 350.97º 0.69% 0.53% -
XYZ 11.31 6.93 4.36 -
YUV 70.4 119.31 173.36 -
System Red Green Blue C M Y K H S L
Decimal 134 41 55 0 0.69 0.59 0.47 350.97 0.53 0.34
Hex 86 29 37 0 45 3B 2F 15F 35 22
Octal 206 51 67 0 105 73 57 537 65 42
Binary 10000110 101001 110111 0 1000101 111011 101111 101011111 110101 100010

Color Harmonies of #862937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862937

Black with #862937

Text Example


Text Example

White with #862937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862937; }

 p { color: rgb(134,41,55); }

 H1.HeaderClassName
 {
   color: #862937;
 }
 .AnyTagClassName
 {
   color: #862937;
 }
</style>

background-color css

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

 a { background-color: rgb(134,41,55); }

 div.DivClassName
 {
   background-color: #862937;
 }
 .BgClassName
 {
   background-color: #862937;
 }
</style>

border-color css

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

 span { border-color: rgb(134,41,55); }

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