Html Css Color HEX #852031 Shiraz

📋 copy color: '#852031'

red 133 ◦ green 32 ◦ blue 49

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

Shades of Shiraz #852031

Tints of Shiraz #852031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.9%

R = 62.15%
G = 14.95%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#852031 (or 0x852031) is known color: Shiraz. HEX triplet: 85, 20 and 31. RGB value is (133,32,49). Sum of RGB (Red+Green+Blue) = 133+32+49=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #852031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852031 is #7ADFCE. Grayscale: #404040. Windows color (decimal): -8052687 or 3219589. OLE color: 3219589.

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

Color convert

RGB 133 32 49 -
CMYK 0 0.76 0.63 0.48
HSL 349.9º 0.61% 0.32% -
HSV(B) 349.9º 0.76% 0.52% -
XYZ 10.74 6.24 3.54 -
YUV 64.14 119.46 177.12 -
System Red Green Blue C M Y K H S L
Decimal 133 32 49 0 0.76 0.63 0.48 349.9 0.61 0.32
Hex 85 20 31 0 4C 3F 30 15E 3D 20
Octal 205 40 61 0 114 77 60 536 75 40
Binary 10000101 100000 110001 0 1001100 111111 110000 101011110 111101 100000

Color Harmonies of #852031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852031

Black with #852031

Text Example


Text Example

White with #852031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852031; }

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

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

background-color css

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

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

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

border-color css

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

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

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