Html Css Color HEX #862334 Shiraz

📋 copy color: '#862334'

red 134 ◦ green 35 ◦ blue 52

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

Shades of Shiraz #862334

Tints of Shiraz #862334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.53%

R = 60.63%
G = 15.84%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#862334 (or 0x862334) is known color: Shiraz. HEX triplet: 86, 23 and 34. RGB value is (134,35,52). Sum of RGB (Red+Green+Blue) = 134+35+52=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #862334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862334 is #79DCCB. Grayscale: #424242. Windows color (decimal): -7986380 or 3416966. OLE color: 3416966.

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

Color convert

RGB 134 35 52 -
CMYK 0 0.74 0.61 0.47
HSL 349.7º 0.59% 0.33% -
HSV(B) 349.7º 0.74% 0.53% -
XYZ 11.05 6.52 3.92 -
YUV 66.54 119.8 176.12 -
System Red Green Blue C M Y K H S L
Decimal 134 35 52 0 0.74 0.61 0.47 349.7 0.59 0.33
Hex 86 23 34 0 4A 3D 2F 15E 3B 21
Octal 206 43 64 0 112 75 57 536 73 41
Binary 10000110 100011 110100 0 1001010 111101 101111 101011110 111011 100001

Color Harmonies of #862334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862334

Black with #862334

Text Example


Text Example

White with #862334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862334; }

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

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

background-color css

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

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

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

border-color css

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

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

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