#83253C

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

Shades of Shiraz #83253C

Tints of Shiraz #83253C

Color information

#83253C (or 0x83253C) is unknown color: approx Shiraz. HEX triplet: 83, 25 and 3C. RGB value is (131,37,60). Sum of RGB (Red+Green+Blue) = 131+37+60=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #83253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83253C is #7CDAC3. Grayscale: #434343. Windows color (decimal): -8182468 or 3941763. OLE color: 3941763.

HSL color Cylindrical-coordinate representation of color #83253C: hue angle of 345.32º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83253C is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB1313760-
CMYK00.720.540.49
HSL345.32º55.95%32.94%-
HSV(B)345.32º71.76%51.37%-
XYZ10.846.474.95-
YUV67.73123.64173.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 57.46%
GREEN value IS 37 (14.84% from 255) = 16.23%
BLUE value IS 60 (23.83% from 255) = 26.32%
R=57.46%
G=16.23%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131376000.720.540.49345.3255.9532.94
Hex83253C04836311593821
Octal2034574011066615317041
Binary1000001110010111110001001000110110110001101011001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,37,60); }

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

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

 a { background-color: rgb(131,37,60); }

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

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

 span { border-color: rgb(131,37,60); }

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