Html Css Color HEX #862831 Shiraz

📋 copy color: '#862831'

red 134 ◦ green 40 ◦ blue 49

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

Shades of Shiraz #862831

Tints of Shiraz #862831

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.94%

 BLUE value IS 49 (19.53% from 255) = 21.97%

R = 60.09%
G = 17.94%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#862831 (or 0x862831) is known color: Shiraz. HEX triplet: 86, 28 and 31. RGB value is (134,40,49). Sum of RGB (Red+Green+Blue) = 134+40+49=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #862831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862831 is #79D7CE. Grayscale: #454545. Windows color (decimal): -7985103 or 3221638. OLE color: 3221638.

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

Color convert

RGB 134 40 49 -
CMYK 0 0.70 0.63 0.47
HSL 354.26º 0.54% 0.34% -
HSV(B) 354.26º 0.7% 0.53% -
XYZ 11.14 6.81 3.63 -
YUV 69.13 116.64 174.27 -
System Red Green Blue C M Y K H S L
Decimal 134 40 49 0 0.70 0.63 0.47 354.26 0.54 0.34
Hex 86 28 31 0 46 3F 2F 162 36 22
Octal 206 50 61 0 106 77 57 542 66 42
Binary 10000110 101000 110001 0 1000110 111111 101111 101100010 110110 100010

Color Harmonies of #862831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862831

Black with #862831

Text Example


Text Example

White with #862831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862831; }

 p { color: rgb(134,40,49); }

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

background-color css

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

 a { background-color: rgb(134,40,49); }

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

border-color css

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

 span { border-color: rgb(134,40,49); }

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