#84243B

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

Shades of Shiraz #84243B

Tints of Shiraz #84243B

Color information

#84243B (or 0x84243B) is unknown color: approx Shiraz. HEX triplet: 84, 24 and 3B. RGB value is (132,36,59). Sum of RGB (Red+Green+Blue) = 132+36+59=227 (30% of max value = 765). Red value is 132 (51.95% from 255 or 58.15% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 132 - color contains mainly: red. Hex color #84243B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84243B is #7BDBC4. Grayscale: #434343. Windows color (decimal): -8117189 or 3875972. OLE color: 3875972.

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

Color convert

RGB1323659-
CMYK00.730.550.48
HSL345.62º57.14%32.94%-
HSV(B)345.62º72.73%51.76%-
XYZ10.946.484.81-
YUV67.33123.3174.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.15%
GREEN value IS 36 (14.45% from 255) = 15.86%
BLUE value IS 59 (23.44% from 255) = 25.99%
R=58.15%
G=15.86%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132365900.730.550.48345.6257.1432.94
Hex84243B049373015a3921
Octal2044473011167605327141
Binary1000010010010011101101001001110111110000101011010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84243B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84243B; }

 p { color: rgb(132,36,59); }

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

<style>
 a { background-color: #84243B; }

 a { background-color: rgb(132,36,59); }

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

<style>
 span { border-color: #84243B; }

 span { border-color: rgb(132,36,59); }

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