#852F38

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

Shades of Shiraz #852F38

Tints of Shiraz #852F38

Color information

#852F38 (or 0x852F38) is unknown color: approx Shiraz. HEX triplet: 85, 2F and 38. RGB value is (133,47,56). Sum of RGB (Red+Green+Blue) = 133+47+56=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #852F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852F38 is #7AD0C7. Grayscale: #494949. Windows color (decimal): -8048840 or 3682181. OLE color: 3682181.

HSL color Cylindrical-coordinate representation of color #852F38: hue angle of 353.72º degrees, saturation: 0.48, 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 #852F38 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB1334756-
CMYK00.650.580.48
HSL353.72º47.78%35.29%-
HSV(B)353.72º64.66%52.16%-
XYZ11.47.314.55-
YUV73.74117.99170.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.36%
GREEN value IS 47 (18.75% from 255) = 19.92%
BLUE value IS 56 (22.27% from 255) = 23.73%
R=56.36%
G=19.92%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133475600.650.580.48353.7247.7835.29
Hex852F380413A301623023
Octal2055770010172605426043
Binary1000010110111111100001000001111010110000101100010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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