#852230

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

Shades of Shiraz #852230

Tints of Shiraz #852230

Color information

#852230 (or 0x852230) is unknown color: approx Shiraz. HEX triplet: 85, 22 and 30. RGB value is (133,34,48). Sum of RGB (Red+Green+Blue) = 133+34+48=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #852230 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852230 is #7ADDCF. Grayscale: #414141. Windows color (decimal): -8052176 or 3154565. OLE color: 3154565.

HSL color Cylindrical-coordinate representation of color #852230: hue angle of 351.52º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852230 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1333448-
CMYK00.740.640.48
HSL351.52º59.28%32.75%-
HSV(B)351.52º74.44%52.16%-
XYZ10.786.343.45-
YUV65.2118.3176.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.86%
GREEN value IS 34 (13.67% from 255) = 15.81%
BLUE value IS 48 (19.14% from 255) = 22.33%
R=61.86%
G=15.81%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133344800.740.640.48351.5259.2832.75
Hex85223004A40301603b21
Octal20542600112100605407341
Binary10000101100010110000010010101000000110000101100000111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852230; }

 p { color: rgb(133,34,48); }

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

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

 a { background-color: rgb(133,34,48); }

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

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

 span { border-color: rgb(133,34,48); }

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