Html Css Color HEX #895275 Strikemaster

📋 copy color: '#895275'

red 137 ◦ green 82 ◦ blue 117

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

Shades of Strikemaster #895275

Tints of Strikemaster #895275

RGB

 RED value IS 137 (53.91% from 255) = 40.77%

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

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

R = 40.77%
G = 24.4%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#895275 (or 0x895275) is known color: Strikemaster. HEX triplet: 89, 52 and 75. RGB value is (137,82,117). Sum of RGB (Red+Green+Blue) = 137+82+117=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #895275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895275 is #76AD8A. Grayscale: #666666. Windows color (decimal): -7777675 or 7688841. OLE color: 7688841.

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

Color convert

RGB 137 82 117 -
CMYK 0 0.40 0.15 0.46
HSL 321.82º 0.25% 0.43% -
HSV(B) 321.82º 0.4% 0.54% -
XYZ 16.54 12.64 18.4 -
YUV 102.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 137 82 117 0 0.40 0.15 0.46 321.82 0.25 0.43
Hex 89 52 75 0 28 F 2E 142 19 2B
Octal 211 122 165 0 50 17 56 502 31 53
Binary 10001001 1010010 1110101 0 101000 1111 101110 101000010 11001 101011

Color Harmonies of #895275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895275

Black with #895275

Text Example


Text Example

White with #895275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895275; }

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

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

background-color css

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

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

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

border-color css

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

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

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