#852935

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

Shades of Shiraz #852935

Tints of Shiraz #852935

Color information

#852935 (or 0x852935) is unknown color: approx Shiraz. HEX triplet: 85, 29 and 35. RGB value is (133,41,53). Sum of RGB (Red+Green+Blue) = 133+41+53=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #852935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852935 is #7AD6CA. Grayscale: #454545. Windows color (decimal): -8050379 or 3484037. OLE color: 3484037.

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

Color convert

RGB1334153-
CMYK00.690.600.48
HSL352.17º52.87%34.12%-
HSV(B)352.17º69.17%52.16%-
XYZ11.116.834.1-
YUV69.88118.48173.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.59%
GREEN value IS 41 (16.41% from 255) = 18.06%
BLUE value IS 53 (21.09% from 255) = 23.35%
R=58.59%
G=18.06%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133415300.690.600.48352.1752.8734.12
Hex8529350453C301603522
Octal2055165010574605406542
Binary1000010110100111010101000101111100110000101100000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852935; }

 p { color: rgb(133,41,53); }

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

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

 a { background-color: rgb(133,41,53); }

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

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

 span { border-color: rgb(133,41,53); }

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