#852A3B

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

Shades of Shiraz #852A3B

Tints of Shiraz #852A3B

Color information

#852A3B (or 0x852A3B) is unknown color: approx Shiraz. HEX triplet: 85, 2A and 3B. RGB value is (133,42,59). Sum of RGB (Red+Green+Blue) = 133+42+59=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #852A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A3B is #7AD5C4. Grayscale: #474747. Windows color (decimal): -8050117 or 3877509. OLE color: 3877509.

HSL color Cylindrical-coordinate representation of color #852A3B: hue angle of 348.79º 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 #852A3B is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1334259-
CMYK00.680.560.48
HSL348.79º52%34.31%-
HSV(B)348.79º68.42%52.16%-
XYZ11.296.964.89-
YUV71.15121.15172.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.84%
GREEN value IS 42 (16.80% from 255) = 17.95%
BLUE value IS 59 (23.44% from 255) = 25.21%
R=56.84%
G=17.95%
B=25.21%

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
Decimal133425900.680.560.48348.795234.31
Hex852A3B044383015d3422
Octal2055273010470605356442
Binary1000010110101011101101000100111000110000101011101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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