#842135

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

Shades of Shiraz #842135

Tints of Shiraz #842135

Color information

#842135 (or 0x842135) is unknown color: approx Shiraz. HEX triplet: 84, 21 and 35. RGB value is (132,33,53). Sum of RGB (Red+Green+Blue) = 132+33+53=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #842135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842135 is #7BDECA. Grayscale: #404040. Windows color (decimal): -8117963 or 3481988. OLE color: 3481988.

HSL color Cylindrical-coordinate representation of color #842135: hue angle of 347.88º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842135 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB1323353-
CMYK00.750.600.48
HSL347.88º60%32.35%-
HSV(B)347.88º75%51.76%-
XYZ10.76.254.01-
YUV64.88121.3175.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.55%
GREEN value IS 33 (13.28% from 255) = 15.14%
BLUE value IS 53 (21.09% from 255) = 24.31%
R=60.55%
G=15.14%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132335300.750.600.48347.886032.35
Hex84213504B3C3015c3c20
Octal2044165011374605347440
Binary1000010010000111010101001011111100110000101011100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842135; }

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

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

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

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

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

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

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

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