#86233C

Color #86233C Shiraz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shiraz #86233C

Tints of Shiraz #86233C

Color information

#86233C (or 0x86233C) is unknown color: approx Shiraz. HEX triplet: 86, 23 and 3C. RGB value is (134,35,60). Sum of RGB (Red+Green+Blue) = 134+35+60=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #86233C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86233C is #79DCC3. Grayscale: #434343. Windows color (decimal): -7986372 or 3941254. OLE color: 3941254.

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

Color convert

RGB1343560-
CMYK00.740.550.47
HSL344.85º58.58%33.14%-
HSV(B)344.85º73.88%52.55%-
XYZ11.256.64.96-
YUV67.45123.8175.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.52%
GREEN value IS 35 (14.06% from 255) = 15.28%
BLUE value IS 60 (23.83% from 255) = 26.20%
R=58.52%
G=15.28%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134356000.740.550.47344.8558.5833.14
Hex86233C04A372F1593b21
Octal2064374011267575317341
Binary1000011010001111110001001010110111101111101011001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86233C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86233C;
 }
 .AnyTagClassName
 {
   color: #86233C;
 }
</style>
background-color css

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

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

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

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

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

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