Html Css Color HEX #85183C Shiraz

📋 copy color: '#85183C'

red 133 ◦ green 24 ◦ blue 60

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

Shades of Shiraz #85183C

Tints of Shiraz #85183C

RGB

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

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

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

R = 61.29%
G = 11.06%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85183C (or 0x85183C) is known color: Shiraz. HEX triplet: 85, 18 and 3C. RGB value is (133,24,60). Sum of RGB (Red+Green+Blue) = 133+24+60=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #85183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85183C is #7AE7C3. Grayscale: #3C3C3C. Windows color (decimal): -8054724 or 3938437. OLE color: 3938437.

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

Color convert

RGB 133 24 60 -
CMYK 0 0.82 0.55 0.48
HSL 340.18º 0.69% 0.31% -
HSV(B) 340.18º 0.82% 0.52% -
XYZ 10.82 5.97 4.86 -
YUV 60.7 127.61 179.57 -
System Red Green Blue C M Y K H S L
Decimal 133 24 60 0 0.82 0.55 0.48 340.18 0.69 0.31
Hex 85 18 3C 0 52 37 30 154 45 1F
Octal 205 30 74 0 122 67 60 524 105 37
Binary 10000101 11000 111100 0 1010010 110111 110000 101010100 1000101 11111

Color Harmonies of #85183C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85183C

Black with #85183C

Text Example


Text Example

White with #85183C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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