#852E3A

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

Shades of Shiraz #852E3A

Tints of Shiraz #852E3A

Color information

#852E3A (or 0x852E3A) is unknown color: approx Shiraz. HEX triplet: 85, 2E and 3A. RGB value is (133,46,58). Sum of RGB (Red+Green+Blue) = 133+46+58=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #852E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E3A is #7AD1C5. Grayscale: #494949. Windows color (decimal): -8049094 or 3812997. OLE color: 3812997.

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

Color convert

RGB1334658-
CMYK00.650.560.48
HSL351.72º48.6%35.1%-
HSV(B)351.72º65.41%52.16%-
XYZ11.417.254.8-
YUV73.38119.32170.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.12%
GREEN value IS 46 (18.36% from 255) = 19.41%
BLUE value IS 58 (23.05% from 255) = 24.47%
R=56.12%
G=19.41%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133465800.650.560.48351.7248.635.1
Hex852E3A04138301603123
Octal2055672010170605406143
Binary1000010110111011101001000001111000110000101100000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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