Html Css Color HEX #885973 Strikemaster

📋 copy color: '#885973'

red 136 ◦ green 89 ◦ blue 115

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

Shades of Strikemaster #885973

Tints of Strikemaster #885973

RGB

 RED value IS 136 (53.52% from 255) = 40%

 GREEN value IS 89 (35.16% from 255) = 26.18%

 BLUE value IS 115 (45.31% from 255) = 33.82%

R = 40%
G = 26.18%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#885973 (or 0x885973) is known color: Strikemaster. HEX triplet: 88, 59 and 73. RGB value is (136,89,115). Sum of RGB (Red+Green+Blue) = 136+89+115=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #885973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885973 is #77A68C. Grayscale: #696969. Windows color (decimal): -7841421 or 7559560. OLE color: 7559560.

HSL color Cylindrical-coordinate representation of color #885973: hue angle of 326.81º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #885973 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 89 115 -
CMYK 0 0.35 0.15 0.47
HSL 326.81º 0.21% 0.44% -
HSV(B) 326.81º 0.35% 0.53% -
XYZ 16.82 13.62 17.96 -
YUV 106.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 136 89 115 0 0.35 0.15 0.47 326.81 0.21 0.44
Hex 88 59 73 0 23 F 2F 147 15 2C
Octal 210 131 163 0 43 17 57 507 25 54
Binary 10001000 1011001 1110011 0 100011 1111 101111 101000111 10101 101100

Color Harmonies of #885973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885973

Black with #885973

Text Example


Text Example

White with #885973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885973; }

 p { color: rgb(136,89,115); }

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

background-color css

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

 a { background-color: rgb(136,89,115); }

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

border-color css

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

 span { border-color: rgb(136,89,115); }

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