Html Css Color HEX #862537 Shiraz

📋 copy color: '#862537'

red 134 ◦ green 37 ◦ blue 55

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

Shades of Shiraz #862537

Tints of Shiraz #862537

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.37%

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

R = 59.29%
G = 16.37%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#862537 (or 0x862537) is known color: Shiraz. HEX triplet: 86, 25 and 37. RGB value is (134,37,55). Sum of RGB (Red+Green+Blue) = 134+37+55=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #862537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862537 is #79DAC8. Grayscale: #444444. Windows color (decimal): -7985865 or 3614086. OLE color: 3614086.

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

Color convert

RGB 134 37 55 -
CMYK 0 0.72 0.59 0.47
HSL 348.87º 0.57% 0.34% -
HSV(B) 348.87º 0.72% 0.53% -
XYZ 11.18 6.67 4.31 -
YUV 68.06 120.64 175.04 -
System Red Green Blue C M Y K H S L
Decimal 134 37 55 0 0.72 0.59 0.47 348.87 0.57 0.34
Hex 86 25 37 0 48 3B 2F 15D 39 22
Octal 206 45 67 0 110 73 57 535 71 42
Binary 10000110 100101 110111 0 1001000 111011 101111 101011101 111001 100010

Color Harmonies of #862537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862537

Black with #862537

Text Example


Text Example

White with #862537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862537; }

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

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

background-color css

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

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

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

border-color css

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

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

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