Html Css Color HEX #862339 Shiraz

📋 copy color: '#862339'

red 134 ◦ green 35 ◦ blue 57

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

Shades of Shiraz #862339

Tints of Shiraz #862339

RGB

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

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

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

R = 59.29%
G = 15.49%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#862339 (or 0x862339) is known color: Shiraz. HEX triplet: 86, 23 and 39. RGB value is (134,35,57). Sum of RGB (Red+Green+Blue) = 134+35+57=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #862339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862339 is #79DCC6. Grayscale: #434343. Windows color (decimal): -7986375 or 3744646. OLE color: 3744646.

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

Color convert

RGB 134 35 57 -
CMYK 0 0.74 0.57 0.47
HSL 346.67º 0.59% 0.33% -
HSV(B) 346.67º 0.74% 0.53% -
XYZ 11.17 6.57 4.55 -
YUV 67.11 122.3 175.71 -
System Red Green Blue C M Y K H S L
Decimal 134 35 57 0 0.74 0.57 0.47 346.67 0.59 0.33
Hex 86 23 39 0 4A 39 2F 15B 3B 21
Octal 206 43 71 0 112 71 57 533 73 41
Binary 10000110 100011 111001 0 1001010 111001 101111 101011011 111011 100001

Color Harmonies of #862339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862339

Black with #862339

Text Example


Text Example

White with #862339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862339; }

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

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

background-color css

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

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

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

border-color css

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

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

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