#84253C

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

Shades of Shiraz #84253C

Tints of Shiraz #84253C

Color information

#84253C (or 0x84253C) is unknown color: approx Shiraz. HEX triplet: 84, 25 and 3C. RGB value is (132,37,60). Sum of RGB (Red+Green+Blue) = 132+37+60=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #84253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84253C is #7BDAC3. Grayscale: #444444. Windows color (decimal): -8116932 or 3941764. OLE color: 3941764.

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

Color convert

RGB1323760-
CMYK00.720.550.48
HSL345.47º56.21%33.14%-
HSV(B)345.47º71.97%51.76%-
XYZ10.996.554.96-
YUV68.03123.47173.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.64%
GREEN value IS 37 (14.84% from 255) = 16.16%
BLUE value IS 60 (23.83% from 255) = 26.20%
R=57.64%
G=16.16%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132376000.720.550.48345.4756.2133.14
Hex84253C04837301593821
Octal2044574011067605317041
Binary1000010010010111110001001000110111110000101011001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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