Html Css Color HEX #885275 Strikemaster

📋 copy color: '#885275'

red 136 ◦ green 82 ◦ blue 117

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

Shades of Strikemaster #885275

Tints of Strikemaster #885275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.48%

 BLUE value IS 117 (46.09% from 255) = 34.93%

R = 40.6%
G = 24.48%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#885275 (or 0x885275) is known color: Strikemaster. HEX triplet: 88, 52 and 75. RGB value is (136,82,117). Sum of RGB (Red+Green+Blue) = 136+82+117=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #885275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885275 is #77AD8A. Grayscale: #666666. Windows color (decimal): -7843211 or 7688840. OLE color: 7688840.

HSL color Cylindrical-coordinate representation of color #885275: hue angle of 321.11º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #885275 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 82 117 -
CMYK 0 0.40 0.14 0.47
HSL 321.11º 0.25% 0.43% -
HSV(B) 321.11º 0.4% 0.53% -
XYZ 16.38 12.55 18.39 -
YUV 102.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 136 82 117 0 0.40 0.14 0.47 321.11 0.25 0.43
Hex 88 52 75 0 28 E 2F 141 19 2B
Octal 210 122 165 0 50 16 57 501 31 53
Binary 10001000 1010010 1110101 0 101000 1110 101111 101000001 11001 101011

Color Harmonies of #885275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885275

Black with #885275

Text Example


Text Example

White with #885275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885275; }

 p { color: rgb(136,82,117); }

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

background-color css

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

 a { background-color: rgb(136,82,117); }

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

border-color css

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

 span { border-color: rgb(136,82,117); }

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