#83243F

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

Shades of Shiraz #83243F

Tints of Shiraz #83243F

Color information

#83243F (or 0x83243F) is unknown color: approx Shiraz. HEX triplet: 83, 24 and 3F. RGB value is (131,36,63). Sum of RGB (Red+Green+Blue) = 131+36+63=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #83243F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83243F is #7CDBC0. Grayscale: #434343. Windows color (decimal): -8182721 or 4138115. OLE color: 4138115.

HSL color Cylindrical-coordinate representation of color #83243F: hue angle of 342.95º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83243F is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1313663-
CMYK00.730.520.49
HSL342.95º56.89%32.75%-
HSV(B)342.95º72.52%51.37%-
XYZ10.896.455.37-
YUV67.48125.47173.3-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.96%
GREEN value IS 36 (14.45% from 255) = 15.65%
BLUE value IS 63 (25% from 255) = 27.39%
R=56.96%
G=15.65%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131366300.730.520.49342.9556.8932.75
Hex83243F04934311573921
Octal2034477011164615277141
Binary1000001110010011111101001001110100110001101010111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83243F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83243F; }

 p { color: rgb(131,36,63); }

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

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

 a { background-color: rgb(131,36,63); }

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

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

 span { border-color: rgb(131,36,63); }

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