Html Css Color HEX #862333 Shiraz

📋 copy color: '#862333'

red 134 ◦ green 35 ◦ blue 51

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

Shades of Shiraz #862333

Tints of Shiraz #862333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.18%

R = 60.91%
G = 15.91%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#862333 (or 0x862333) is known color: Shiraz. HEX triplet: 86, 23 and 33. RGB value is (134,35,51). Sum of RGB (Red+Green+Blue) = 134+35+51=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #862333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862333 is #79DCCC. Grayscale: #424242. Windows color (decimal): -7986381 or 3351430. OLE color: 3351430.

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

Color convert

RGB 134 35 51 -
CMYK 0 0.74 0.62 0.47
HSL 350.3º 0.59% 0.33% -
HSV(B) 350.3º 0.74% 0.53% -
XYZ 11.03 6.51 3.81 -
YUV 66.43 119.3 176.2 -
System Red Green Blue C M Y K H S L
Decimal 134 35 51 0 0.74 0.62 0.47 350.3 0.59 0.33
Hex 86 23 33 0 4A 3E 2F 15E 3B 21
Octal 206 43 63 0 112 76 57 536 73 41
Binary 10000110 100011 110011 0 1001010 111110 101111 101011110 111011 100001

Color Harmonies of #862333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862333

Black with #862333

Text Example


Text Example

White with #862333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862333; }

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

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

background-color css

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

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

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

border-color css

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

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

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