Html Css Color HEX #852037 Shiraz

📋 copy color: '#852037'

red 133 ◦ green 32 ◦ blue 55

#852037
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shiraz #852037

Tints of Shiraz #852037

RGB

 RED value IS 133 (52.34% from 255) = 60.45%

 GREEN value IS 32 (12.89% from 255) = 14.55%

 BLUE value IS 55 (21.88% from 255) = 25%

R = 60.45%
G = 14.55%
B = 25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#852037 (or 0x852037) is known color: Shiraz. HEX triplet: 85, 20 and 37. RGB value is (133,32,55). Sum of RGB (Red+Green+Blue) = 133+32+55=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #852037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852037 is #7ADFC8. Grayscale: #404040. Windows color (decimal): -8052681 or 3612805. OLE color: 3612805.

HSL color Cylindrical-coordinate representation of color #852037: hue angle of 346.34º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852037 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 55 -
CMYK 0 0.76 0.59 0.48
HSL 346.34º 0.61% 0.32% -
HSV(B) 346.34º 0.76% 0.52% -
XYZ 10.88 6.3 4.26 -
YUV 64.82 122.46 176.63 -
System Red Green Blue C M Y K H S L
Decimal 133 32 55 0 0.76 0.59 0.48 346.34 0.61 0.32
Hex 85 20 37 0 4C 3B 30 15A 3D 20
Octal 205 40 67 0 114 73 60 532 75 40
Binary 10000101 100000 110111 0 1001100 111011 110000 101011010 111101 100000

Color Harmonies of #852037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852037

Black with #852037

Text Example


Text Example

White with #852037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852037; }

 p { color: rgb(133,32,55); }

 H1.HeaderClassName
 {
   color: #852037;
 }
 .AnyTagClassName
 {
   color: #852037;
 }
</style>

background-color css

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

 a { background-color: rgb(133,32,55); }

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

border-color css

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

 span { border-color: rgb(133,32,55); }

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