Html Css Color HEX #852931 Shiraz

📋 copy color: '#852931'

red 133 ◦ green 41 ◦ blue 49

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

Shades of Shiraz #852931

Tints of Shiraz #852931

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.39%

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

R = 59.64%
G = 18.39%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#852931 (or 0x852931) is known color: Shiraz. HEX triplet: 85, 29 and 31. RGB value is (133,41,49). Sum of RGB (Red+Green+Blue) = 133+41+49=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #852931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852931 is #7AD6CE. Grayscale: #454545. Windows color (decimal): -8050383 or 3221893. OLE color: 3221893.

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

Color convert

RGB 133 41 49 -
CMYK 0 0.69 0.63 0.48
HSL 354.78º 0.53% 0.34% -
HSV(B) 354.78º 0.69% 0.52% -
XYZ 11.02 6.79 3.64 -
YUV 69.42 116.48 173.35 -
System Red Green Blue C M Y K H S L
Decimal 133 41 49 0 0.69 0.63 0.48 354.78 0.53 0.34
Hex 85 29 31 0 45 3F 30 163 35 22
Octal 205 51 61 0 105 77 60 543 65 42
Binary 10000101 101001 110001 0 1000101 111111 110000 101100011 110101 100010

Color Harmonies of #852931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852931

Black with #852931

Text Example


Text Example

White with #852931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852931; }

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

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

background-color css

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

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

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

border-color css

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

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

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