#84253D

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

Shades of Shiraz #84253D

Tints of Shiraz #84253D

Color information

#84253D (or 0x84253D) is unknown color: approx Shiraz. HEX triplet: 84, 25 and 3D. RGB value is (132,37,61). Sum of RGB (Red+Green+Blue) = 132+37+61=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #84253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84253D is #7BDAC2. Grayscale: #444444. Windows color (decimal): -8116931 or 4007300. OLE color: 4007300.

HSL color Cylindrical-coordinate representation of color #84253D: hue angle of 344.84º 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 #84253D is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB1323761-
CMYK00.720.540.48
HSL344.84º56.21%33.14%-
HSV(B)344.84º71.97%51.76%-
XYZ11.026.575.1-
YUV68.14123.97173.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.39%
GREEN value IS 37 (14.84% from 255) = 16.09%
BLUE value IS 61 (24.22% from 255) = 26.52%
R=57.39%
G=16.09%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132376100.720.540.48344.8456.2133.14
Hex84253D04836301593821
Octal2044575011066605317041
Binary1000010010010111110101001000110110110000101011001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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