Html Css Color HEX #852131 Shiraz

📋 copy color: '#852131'

red 133 ◦ green 33 ◦ blue 49

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

Shades of Shiraz #852131

Tints of Shiraz #852131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.35%

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

R = 61.86%
G = 15.35%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#852131 (or 0x852131) is known color: Shiraz. HEX triplet: 85, 21 and 31. RGB value is (133,33,49). Sum of RGB (Red+Green+Blue) = 133+33+49=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 49 (19.53% from 255 or 22.79% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #852131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852131 is #7ADECE. Grayscale: #404040. Windows color (decimal): -8052431 or 3219845. OLE color: 3219845.

HSL color Cylindrical-coordinate representation of color #852131: hue angle of 350.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852131 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 33 49 -
CMYK 0 0.75 0.63 0.48
HSL 350.4º 0.6% 0.33% -
HSV(B) 350.4º 0.75% 0.52% -
XYZ 10.77 6.3 3.55 -
YUV 64.72 119.13 176.7 -
System Red Green Blue C M Y K H S L
Decimal 133 33 49 0 0.75 0.63 0.48 350.4 0.6 0.33
Hex 85 21 31 0 4B 3F 30 15E 3C 21
Octal 205 41 61 0 113 77 60 536 74 41
Binary 10000101 100001 110001 0 1001011 111111 110000 101011110 111100 100001

Color Harmonies of #852131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852131

Black with #852131

Text Example


Text Example

White with #852131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852131; }

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

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

background-color css

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

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

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

border-color css

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

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

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