Html Css Color HEX #85193E Shiraz

📋 copy color: '#85193E'

red 133 ◦ green 25 ◦ blue 62

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

Shades of Shiraz #85193E

Tints of Shiraz #85193E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.36%

 BLUE value IS 62 (24.61% from 255) = 28.18%

R = 60.45%
G = 11.36%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85193E (or 0x85193E) is known color: Shiraz. HEX triplet: 85, 19 and 3E. RGB value is (133,25,62). Sum of RGB (Red+Green+Blue) = 133+25+62=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #85193E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85193E is #7AE6C1. Grayscale: #3D3D3D. Windows color (decimal): -8054466 or 4069765. OLE color: 4069765.

HSL color Cylindrical-coordinate representation of color #85193E: hue angle of 339.44º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85193E is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 25 62 -
CMYK 0 0.81 0.53 0.48
HSL 339.44º 0.68% 0.31% -
HSV(B) 339.44º 0.81% 0.52% -
XYZ 10.89 6.03 5.15 -
YUV 61.51 128.28 178.99 -
System Red Green Blue C M Y K H S L
Decimal 133 25 62 0 0.81 0.53 0.48 339.44 0.68 0.31
Hex 85 19 3E 0 51 35 30 153 44 1F
Octal 205 31 76 0 121 65 60 523 104 37
Binary 10000101 11001 111110 0 1010001 110101 110000 101010011 1000100 11111

Color Harmonies of #85193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85193E

Black with #85193E

Text Example


Text Example

White with #85193E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85193E; }

 p { color: rgb(133,25,62); }

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

background-color css

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

 a { background-color: rgb(133,25,62); }

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

border-color css

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

 span { border-color: rgb(133,25,62); }

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