#842F37

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

Shades of Shiraz #842F37

Tints of Shiraz #842F37

Color information

#842F37 (or 0x842F37) is unknown color: approx Shiraz. HEX triplet: 84, 2F and 37. RGB value is (132,47,55). Sum of RGB (Red+Green+Blue) = 132+47+55=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #842F37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842F37 is #7BD0C8. Grayscale: #494949. Windows color (decimal): -8114377 or 3616644. OLE color: 3616644.

HSL color Cylindrical-coordinate representation of color #842F37: hue angle of 354.35º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #842F37 is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB1324755-
CMYK00.640.580.48
HSL354.35º47.49%35.1%-
HSV(B)354.35º64.39%51.76%-
XYZ11.227.214.42-
YUV73.33117.66169.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 56.41%
GREEN value IS 47 (18.75% from 255) = 20.09%
BLUE value IS 55 (21.88% from 255) = 23.50%
R=56.41%
G=20.09%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132475500.640.580.48354.3547.4935.1
Hex842F370403A301622f23
Octal2045767010072605425743
Binary1000010010111111011101000000111010110000101100010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842F37; }

 p { color: rgb(132,47,55); }

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

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

 a { background-color: rgb(132,47,55); }

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

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

 span { border-color: rgb(132,47,55); }

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