Html Css Color HEX #86293C Shiraz

📋 copy color: '#86293C'

red 134 ◦ green 41 ◦ blue 60

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

Shades of Shiraz #86293C

Tints of Shiraz #86293C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.45%

 BLUE value IS 60 (23.83% from 255) = 25.53%

R = 57.02%
G = 17.45%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#86293C (or 0x86293C) is known color: Shiraz. HEX triplet: 86, 29 and 3C. RGB value is (134,41,60). Sum of RGB (Red+Green+Blue) = 134+41+60=235 (31% of max value = 765). Red value is 134 (52.73% from 255 or 57.02% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 134 - color contains mainly: red. Hex color #86293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86293C is #79D6C3. Grayscale: #464646. Windows color (decimal): -7984836 or 3942790. OLE color: 3942790.

HSL color Cylindrical-coordinate representation of color #86293C: hue angle of 347.74º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86293C is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 41 60 -
CMYK 0 0.69 0.55 0.47
HSL 347.74º 0.53% 0.34% -
HSV(B) 347.74º 0.69% 0.53% -
XYZ 11.44 6.98 5.02 -
YUV 70.97 121.81 172.96 -
System Red Green Blue C M Y K H S L
Decimal 134 41 60 0 0.69 0.55 0.47 347.74 0.53 0.34
Hex 86 29 3C 0 45 37 2F 15C 35 22
Octal 206 51 74 0 105 67 57 534 65 42
Binary 10000110 101001 111100 0 1000101 110111 101111 101011100 110101 100010

Color Harmonies of #86293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86293C

Black with #86293C

Text Example


Text Example

White with #86293C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86293C; }

 p { color: rgb(134,41,60); }

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

background-color css

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

 a { background-color: rgb(134,41,60); }

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

border-color css

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

 span { border-color: rgb(134,41,60); }

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