Html Css Color HEX #85183A Shiraz

📋 copy color: '#85183A'

red 133 ◦ green 24 ◦ blue 58

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

Shades of Shiraz #85183A

Tints of Shiraz #85183A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.98%

R = 61.86%
G = 11.16%
B = 26.98%

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

#85183A (or 0x85183A) is known color: Shiraz. HEX triplet: 85, 18 and 3A. RGB value is (133,24,58). Sum of RGB (Red+Green+Blue) = 133+24+58=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #85183A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85183A is #7AE7C5. Grayscale: #3C3C3C. Windows color (decimal): -8054726 or 3807365. OLE color: 3807365.

HSL color Cylindrical-coordinate representation of color #85183A: hue angle of 341.28º 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 #85183A is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 24 58 -
CMYK 0 0.82 0.56 0.48
HSL 341.28º 0.69% 0.31% -
HSV(B) 341.28º 0.82% 0.52% -
XYZ 10.76 5.95 4.58 -
YUV 60.47 126.61 179.74 -
System Red Green Blue C M Y K H S L
Decimal 133 24 58 0 0.82 0.56 0.48 341.28 0.69 0.31
Hex 85 18 3A 0 52 38 30 155 45 1F
Octal 205 30 72 0 122 70 60 525 105 37
Binary 10000101 11000 111010 0 1010010 111000 110000 101010101 1000101 11111

Color Harmonies of #85183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85183A

Black with #85183A

Text Example


Text Example

White with #85183A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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