Html Css Color HEX #85183B Shiraz

📋 copy color: '#85183B'

red 133 ◦ green 24 ◦ blue 59

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

Shades of Shiraz #85183B

Tints of Shiraz #85183B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.11%

 BLUE value IS 59 (23.44% from 255) = 27.31%

R = 61.57%
G = 11.11%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85183B (or 0x85183B) is known color: Shiraz. HEX triplet: 85, 18 and 3B. RGB value is (133,24,59). Sum of RGB (Red+Green+Blue) = 133+24+59=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #85183B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85183B is #7AE7C4. Grayscale: #3C3C3C. Windows color (decimal): -8054725 or 3872901. OLE color: 3872901.

HSL color Cylindrical-coordinate representation of color #85183B: hue angle of 340.73º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85183B is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 24 59 -
CMYK 0 0.82 0.56 0.48
HSL 340.73º 0.69% 0.31% -
HSV(B) 340.73º 0.82% 0.52% -
XYZ 10.79 5.96 4.72 -
YUV 60.58 127.11 179.65 -
System Red Green Blue C M Y K H S L
Decimal 133 24 59 0 0.82 0.56 0.48 340.73 0.69 0.31
Hex 85 18 3B 0 52 38 30 155 45 1F
Octal 205 30 73 0 122 70 60 525 105 37
Binary 10000101 11000 111011 0 1010010 111000 110000 101010101 1000101 11111

Color Harmonies of #85183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85183B

Black with #85183B

Text Example


Text Example

White with #85183B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85183B; }

 p { color: rgb(133,24,59); }

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

background-color css

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

 a { background-color: rgb(133,24,59); }

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

border-color css

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

 span { border-color: rgb(133,24,59); }

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