#852B3D

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

Shades of Shiraz #852B3D

Tints of Shiraz #852B3D

Color information

#852B3D (or 0x852B3D) is unknown color: approx Shiraz. HEX triplet: 85, 2B and 3D. RGB value is (133,43,61). Sum of RGB (Red+Green+Blue) = 133+43+61=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #852B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852B3D is #7AD4C2. Grayscale: #474747. Windows color (decimal): -8049859 or 4008837. OLE color: 4008837.

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

Color convert

RGB1334361-
CMYK00.680.540.48
HSL348º51.14%34.51%-
HSV(B)348º67.67%52.16%-
XYZ11.387.055.18-
YUV71.96121.82171.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.12%
GREEN value IS 43 (17.19% from 255) = 18.14%
BLUE value IS 61 (24.22% from 255) = 25.74%
R=56.12%
G=18.14%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133436100.680.540.4834851.1434.51
Hex852B3D044363015c3323
Octal2055375010466605346343
Binary1000010110101111110101000100110110110000101011100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,43,61); }

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

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

 a { background-color: rgb(133,43,61); }

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

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

 span { border-color: rgb(133,43,61); }

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