Html Css Color HEX #862237 Shiraz

📋 copy color: '#862237'

red 134 ◦ green 34 ◦ blue 55

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

Shades of Shiraz #862237

Tints of Shiraz #862237

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.25%

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

R = 60.09%
G = 15.25%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#862237 (or 0x862237) is known color: Shiraz. HEX triplet: 86, 22 and 37. RGB value is (134,34,55). Sum of RGB (Red+Green+Blue) = 134+34+55=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #862237 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862237 is #79DDC8. Grayscale: #424242. Windows color (decimal): -7986633 or 3613318. OLE color: 3613318.

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

Color convert

RGB 134 34 55 -
CMYK 0 0.75 0.59 0.47
HSL 347.4º 0.6% 0.33% -
HSV(B) 347.4º 0.75% 0.53% -
XYZ 11.09 6.49 4.28 -
YUV 66.29 121.63 176.29 -
System Red Green Blue C M Y K H S L
Decimal 134 34 55 0 0.75 0.59 0.47 347.4 0.6 0.33
Hex 86 22 37 0 4B 3B 2F 15B 3C 21
Octal 206 42 67 0 113 73 57 533 74 41
Binary 10000110 100010 110111 0 1001011 111011 101111 101011011 111100 100001

Color Harmonies of #862237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862237

Black with #862237

Text Example


Text Example

White with #862237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862237; }

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

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

background-color css

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

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

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

border-color css

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

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

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