Html Css Color HEX #862239 Shiraz

📋 copy color: '#862239'

red 134 ◦ green 34 ◦ blue 57

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

Shades of Shiraz #862239

Tints of Shiraz #862239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.33%

R = 59.56%
G = 15.11%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#862239 (or 0x862239) is known color: Shiraz. HEX triplet: 86, 22 and 39. RGB value is (134,34,57). Sum of RGB (Red+Green+Blue) = 134+34+57=225 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.56% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 134 - color contains mainly: red. Hex color #862239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862239 is #79DDC6. Grayscale: #424242. Windows color (decimal): -7986631 or 3744390. OLE color: 3744390.

HSL color Cylindrical-coordinate representation of color #862239: hue angle of 346.2º 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 #862239 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 34 57 -
CMYK 0 0.75 0.57 0.47
HSL 346.2º 0.6% 0.33% -
HSV(B) 346.2º 0.75% 0.53% -
XYZ 11.14 6.51 4.54 -
YUV 66.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 134 34 57 0 0.75 0.57 0.47 346.2 0.6 0.33
Hex 86 22 39 0 4B 39 2F 15A 3C 21
Octal 206 42 71 0 113 71 57 532 74 41
Binary 10000110 100010 111001 0 1001011 111001 101111 101011010 111100 100001

Color Harmonies of #862239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862239

Black with #862239

Text Example


Text Example

White with #862239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862239; }

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

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

background-color css

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

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

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

border-color css

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

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

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