Html Css Color HEX #862336 Shiraz

📋 copy color: '#862336'

red 134 ◦ green 35 ◦ blue 54

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

Shades of Shiraz #862336

Tints of Shiraz #862336

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.7%

 BLUE value IS 54 (21.48% from 255) = 24.22%

R = 60.09%
G = 15.7%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#862336 (or 0x862336) is known color: Shiraz. HEX triplet: 86, 23 and 36. RGB value is (134,35,54). Sum of RGB (Red+Green+Blue) = 134+35+54=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #862336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862336 is #79DCC9. Grayscale: #424242. Windows color (decimal): -7986378 or 3548038. OLE color: 3548038.

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

Color convert

RGB 134 35 54 -
CMYK 0 0.74 0.60 0.47
HSL 348.48º 0.59% 0.33% -
HSV(B) 348.48º 0.74% 0.53% -
XYZ 11.1 6.54 4.17 -
YUV 66.77 120.8 175.96 -
System Red Green Blue C M Y K H S L
Decimal 134 35 54 0 0.74 0.60 0.47 348.48 0.59 0.33
Hex 86 23 36 0 4A 3C 2F 15C 3B 21
Octal 206 43 66 0 112 74 57 534 73 41
Binary 10000110 100011 110110 0 1001010 111100 101111 101011100 111011 100001

Color Harmonies of #862336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862336

Black with #862336

Text Example


Text Example

White with #862336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862336; }

 p { color: rgb(134,35,54); }

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

background-color css

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

 a { background-color: rgb(134,35,54); }

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

border-color css

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

 span { border-color: rgb(134,35,54); }

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