#852038

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

Shades of Shiraz #852038

Tints of Shiraz #852038

Color information

#852038 (or 0x852038) is unknown color: approx Shiraz. HEX triplet: 85, 20 and 38. RGB value is (133,32,56). Sum of RGB (Red+Green+Blue) = 133+32+56=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #852038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852038 is #7ADFC7. Grayscale: #404040. Windows color (decimal): -8052680 or 3678341. OLE color: 3678341.

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

Color convert

RGB1333256-
CMYK00.760.580.48
HSL345.74º61.21%32.35%-
HSV(B)345.74º75.94%52.16%-
XYZ10.96.314.38-
YUV64.94122.96176.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.18%
GREEN value IS 32 (12.89% from 255) = 14.48%
BLUE value IS 56 (22.27% from 255) = 25.34%
R=60.18%
G=14.48%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133325600.760.580.48345.7461.2132.35
Hex85203804C3A3015a3d20
Octal2054070011472605327540
Binary1000010110000011100001001100111010110000101011010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852038; }

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

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

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

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

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

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

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

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