#852A3A

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

Shades of Shiraz #852A3A

Tints of Shiraz #852A3A

Color information

#852A3A (or 0x852A3A) is unknown color: approx Shiraz. HEX triplet: 85, 2A and 3A. RGB value is (133,42,58). Sum of RGB (Red+Green+Blue) = 133+42+58=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #852A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A3A is #7AD5C5. Grayscale: #474747. Windows color (decimal): -8050118 or 3811973. OLE color: 3811973.

HSL color Cylindrical-coordinate representation of color #852A3A: hue angle of 349.45º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852A3A is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1334258-
CMYK00.680.560.48
HSL349.45º52%34.31%-
HSV(B)349.45º68.42%52.16%-
XYZ11.266.954.75-
YUV71.03120.65172.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.08%
GREEN value IS 42 (16.80% from 255) = 18.03%
BLUE value IS 58 (23.05% from 255) = 24.89%
R=57.08%
G=18.03%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133425800.680.560.48349.455234.31
Hex852A3A044383015d3422
Octal2055272010470605356442
Binary1000010110101011101001000100111000110000101011101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852A3A; }

 p { color: rgb(133,42,58); }

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

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

 a { background-color: rgb(133,42,58); }

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

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

 span { border-color: rgb(133,42,58); }

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