Html Css Color HEX #852737 Shiraz

📋 copy color: '#852737'

red 133 ◦ green 39 ◦ blue 55

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

Shades of Shiraz #852737

Tints of Shiraz #852737

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.18%

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

R = 58.59%
G = 17.18%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#852737 (or 0x852737) is known color: Shiraz. HEX triplet: 85, 27 and 37. RGB value is (133,39,55). Sum of RGB (Red+Green+Blue) = 133+39+55=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #852737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852737 is #7AD8C8. Grayscale: #444444. Windows color (decimal): -8050889 or 3614597. OLE color: 3614597.

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

Color convert

RGB 133 39 55 -
CMYK 0 0.71 0.59 0.48
HSL 349.79º 0.55% 0.34% -
HSV(B) 349.79º 0.71% 0.52% -
XYZ 11.09 6.71 4.33 -
YUV 68.93 120.14 173.7 -
System Red Green Blue C M Y K H S L
Decimal 133 39 55 0 0.71 0.59 0.48 349.79 0.55 0.34
Hex 85 27 37 0 47 3B 30 15E 37 22
Octal 205 47 67 0 107 73 60 536 67 42
Binary 10000101 100111 110111 0 1000111 111011 110000 101011110 110111 100010

Color Harmonies of #852737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852737

Black with #852737

Text Example


Text Example

White with #852737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852737; }

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

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

background-color css

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

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

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

border-color css

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

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

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