#852E36

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

Shades of Shiraz #852E36

Tints of Shiraz #852E36

Color information

#852E36 (or 0x852E36) is unknown color: approx Shiraz. HEX triplet: 85, 2E and 36. RGB value is (133,46,54). Sum of RGB (Red+Green+Blue) = 133+46+54=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #852E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E36 is #7AD1C9. Grayscale: #484848. Windows color (decimal): -8049098 or 3550853. OLE color: 3550853.

HSL color Cylindrical-coordinate representation of color #852E36: hue angle of 354.48º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #852E36 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB1334654-
CMYK00.650.590.48
HSL354.48º48.6%35.1%-
HSV(B)354.48º65.41%52.16%-
XYZ11.327.214.28-
YUV72.92117.32170.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.08%
GREEN value IS 46 (18.36% from 255) = 19.74%
BLUE value IS 54 (21.48% from 255) = 23.18%
R=57.08%
G=19.74%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133465400.650.590.48354.4848.635.1
Hex852E360413B301623123
Octal2055666010173605426143
Binary1000010110111011011001000001111011110000101100010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,46,54); }

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

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

 a { background-color: rgb(133,46,54); }

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

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

 span { border-color: rgb(133,46,54); }

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