#842735

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

Shades of Shiraz #842735

Tints of Shiraz #842735

Color information

#842735 (or 0x842735) is unknown color: approx Shiraz. HEX triplet: 84, 27 and 35. RGB value is (132,39,53). Sum of RGB (Red+Green+Blue) = 132+39+53=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #842735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842735 is #7BD8CA. Grayscale: #444444. Windows color (decimal): -8116427 or 3483524. OLE color: 3483524.

HSL color Cylindrical-coordinate representation of color #842735: hue angle of 350.97º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842735 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB1323953-
CMYK00.700.600.48
HSL350.97º54.39%33.53%-
HSV(B)350.97º70.45%51.76%-
XYZ10.886.614.07-
YUV68.4119.31173.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.93%
GREEN value IS 39 (15.62% from 255) = 17.41%
BLUE value IS 53 (21.09% from 255) = 23.66%
R=58.93%
G=17.41%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132395300.700.600.48350.9754.3933.53
Hex8427350463C3015f3622
Octal2044765010674605376642
Binary1000010010011111010101000110111100110000101011111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842735; }

 p { color: rgb(132,39,53); }

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

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

 a { background-color: rgb(132,39,53); }

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

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

 span { border-color: rgb(132,39,53); }

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