Html Css Color HEX #885873 Strikemaster

📋 copy color: '#885873'

red 136 ◦ green 88 ◦ blue 115

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

Shades of Strikemaster #885873

Tints of Strikemaster #885873

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.96%

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

R = 40.12%
G = 25.96%
B = 33.92%

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

#885873 (or 0x885873) is known color: Strikemaster. HEX triplet: 88, 58 and 73. RGB value is (136,88,115). Sum of RGB (Red+Green+Blue) = 136+88+115=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #885873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885873 is #77A78C. Grayscale: #696969. Windows color (decimal): -7841677 or 7559304. OLE color: 7559304.

HSL color Cylindrical-coordinate representation of color #885873: hue angle of 326.25º 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 #885873 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 88 115 -
CMYK 0 0.35 0.15 0.47
HSL 326.25º 0.21% 0.44% -
HSV(B) 326.25º 0.35% 0.53% -
XYZ 16.74 13.45 17.93 -
YUV 105.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 136 88 115 0 0.35 0.15 0.47 326.25 0.21 0.44
Hex 88 58 73 0 23 F 2F 146 15 2C
Octal 210 130 163 0 43 17 57 506 25 54
Binary 10001000 1011000 1110011 0 100011 1111 101111 101000110 10101 101100

Color Harmonies of #885873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885873

Black with #885873

Text Example


Text Example

White with #885873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885873; }

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

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

background-color css

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

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

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

border-color css

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

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

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