Html Css Color HEX #85173C Shiraz

📋 copy color: '#85173C'

red 133 ◦ green 23 ◦ blue 60

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

Shades of Shiraz #85173C

Tints of Shiraz #85173C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.65%

 BLUE value IS 60 (23.83% from 255) = 27.78%

R = 61.57%
G = 10.65%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85173C (or 0x85173C) is known color: Shiraz. HEX triplet: 85, 17 and 3C. RGB value is (133,23,60). Sum of RGB (Red+Green+Blue) = 133+23+60=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #85173C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85173C is #7AE8C3. Grayscale: #3C3C3C. Windows color (decimal): -8054980 or 3938181. OLE color: 3938181.

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

Color convert

RGB 133 23 60 -
CMYK 0 0.83 0.55 0.48
HSL 339.82º 0.71% 0.31% -
HSV(B) 339.82º 0.83% 0.52% -
XYZ 10.79 5.93 4.85 -
YUV 60.11 127.94 179.99 -
System Red Green Blue C M Y K H S L
Decimal 133 23 60 0 0.83 0.55 0.48 339.82 0.71 0.31
Hex 85 17 3C 0 53 37 30 154 47 1F
Octal 205 27 74 0 123 67 60 524 107 37
Binary 10000101 10111 111100 0 1010011 110111 110000 101010100 1000111 11111

Color Harmonies of #85173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85173C

Black with #85173C

Text Example


Text Example

White with #85173C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85173C; }

 p { color: rgb(133,23,60); }

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

background-color css

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

 a { background-color: rgb(133,23,60); }

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

border-color css

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

 span { border-color: rgb(133,23,60); }

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