#84243c

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

Shades of Shiraz #84243C

Tints of Shiraz #84243C

Color information

#84243C (or 0x84243C) is unknown color: approx Shiraz. HEX triplet: 84, 24 and 3C. RGB value is (132,36,60). Sum of RGB (Red+Green+Blue) = 132+36+60=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #84243C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84243C is #7BDBC3. Grayscale: #434343. Windows color (decimal): -8117188 or 3941508. OLE color: 3941508.

HSL color Cylindrical-coordinate representation of color #84243C: hue angle of 345º 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 #84243C is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1323660-
CMYK00.730.550.48
HSL345º57.14%32.94%-
HSV(B)345º72.73%51.76%-
XYZ10.966.494.95-
YUV67.44123.8174.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.89%
GREEN value IS 36 (14.45% from 255) = 15.79%
BLUE value IS 60 (23.83% from 255) = 26.32%
R=57.89%
G=15.79%
B=26.32%

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
Decimal132366000.730.550.4834557.1432.94
Hex84243C04937301593921
Octal2044474011167605317141
Binary1000010010010011110001001001110111110000101011001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84243c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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