Html Css Color HEX #85193D Shiraz

📋 copy color: '#85193D'

red 133 ◦ green 25 ◦ blue 61

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

Shades of Shiraz #85193D

Tints of Shiraz #85193D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.85%

R = 60.73%
G = 11.42%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#85193D (or 0x85193D) is known color: Shiraz. HEX triplet: 85, 19 and 3D. RGB value is (133,25,61). Sum of RGB (Red+Green+Blue) = 133+25+61=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #85193D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85193D is #7AE6C2. Grayscale: #3D3D3D. Windows color (decimal): -8054467 or 4004229. OLE color: 4004229.

HSL color Cylindrical-coordinate representation of color #85193D: hue angle of 340º 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 #85193D is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 25 61 -
CMYK 0 0.81 0.54 0.48
HSL 340º 0.68% 0.31% -
HSV(B) 340º 0.81% 0.52% -
XYZ 10.86 6.02 5 -
YUV 61.4 127.78 179.07 -
System Red Green Blue C M Y K H S L
Decimal 133 25 61 0 0.81 0.54 0.48 340 0.68 0.31
Hex 85 19 3D 0 51 36 30 154 44 1F
Octal 205 31 75 0 121 66 60 524 104 37
Binary 10000101 11001 111101 0 1010001 110110 110000 101010100 1000100 11111

Color Harmonies of #85193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85193D

Black with #85193D

Text Example


Text Example

White with #85193D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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