#852A38

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

Shades of Shiraz #852A38

Tints of Shiraz #852A38

Color information

#852A38 (or 0x852A38) is unknown color: approx Shiraz. HEX triplet: 85, 2A and 38. RGB value is (133,42,56). Sum of RGB (Red+Green+Blue) = 133+42+56=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #852A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A38 is #7AD5C7. Grayscale: #464646. Windows color (decimal): -8050120 or 3680901. OLE color: 3680901.

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

Color convert

RGB1334256-
CMYK00.680.580.48
HSL350.77º52%34.31%-
HSV(B)350.77º68.42%52.16%-
XYZ11.216.934.49-
YUV70.8119.65172.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.58%
GREEN value IS 42 (16.80% from 255) = 18.18%
BLUE value IS 56 (22.27% from 255) = 24.24%
R=57.58%
G=18.18%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133425600.680.580.48350.775234.31
Hex852A380443A3015f3422
Octal2055270010472605376442
Binary1000010110101011100001000100111010110000101011111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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