Html Css Color HEX #852032 Shiraz

📋 copy color: '#852032'

red 133 ◦ green 32 ◦ blue 50

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

Shades of Shiraz #852032

Tints of Shiraz #852032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.26%

R = 61.86%
G = 14.88%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#852032 (or 0x852032) is known color: Shiraz. HEX triplet: 85, 20 and 32. RGB value is (133,32,50). Sum of RGB (Red+Green+Blue) = 133+32+50=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #852032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852032 is #7ADFCD. Grayscale: #404040. Windows color (decimal): -8052686 or 3285125. OLE color: 3285125.

HSL color Cylindrical-coordinate representation of color #852032: hue angle of 349.31º 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 #852032 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 50 -
CMYK 0 0.76 0.62 0.48
HSL 349.31º 0.61% 0.32% -
HSV(B) 349.31º 0.76% 0.52% -
XYZ 10.77 6.25 3.66 -
YUV 64.25 119.96 177.04 -
System Red Green Blue C M Y K H S L
Decimal 133 32 50 0 0.76 0.62 0.48 349.31 0.61 0.32
Hex 85 20 32 0 4C 3E 30 15D 3D 20
Octal 205 40 62 0 114 76 60 535 75 40
Binary 10000101 100000 110010 0 1001100 111110 110000 101011101 111101 100000

Color Harmonies of #852032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852032

Black with #852032

Text Example


Text Example

White with #852032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852032; }

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

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

background-color css

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

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

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

border-color css

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

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

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