Html Css Color HEX #855975 Strikemaster

📋 copy color: '#855975'

red 133 ◦ green 89 ◦ blue 117

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

Shades of Strikemaster #855975

Tints of Strikemaster #855975

RGB

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

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

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

R = 39.23%
G = 26.25%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#855975 (or 0x855975) is known color: Strikemaster. HEX triplet: 85, 59 and 75. RGB value is (133,89,117). Sum of RGB (Red+Green+Blue) = 133+89+117=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #855975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855975 is #7AA68A. Grayscale: #696969. Windows color (decimal): -8038027 or 7690629. OLE color: 7690629.

HSL color Cylindrical-coordinate representation of color #855975: hue angle of 321.82º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #855975 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 89 117 -
CMYK 0 0.33 0.12 0.48
HSL 321.82º 0.2% 0.44% -
HSV(B) 321.82º 0.33% 0.52% -
XYZ 16.46 13.42 18.55 -
YUV 105.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 133 89 117 0 0.33 0.12 0.48 321.82 0.2 0.44
Hex 85 59 75 0 21 C 30 142 14 2C
Octal 205 131 165 0 41 14 60 502 24 54
Binary 10000101 1011001 1110101 0 100001 1100 110000 101000010 10100 101100

Color Harmonies of #855975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855975

Black with #855975

Text Example


Text Example

White with #855975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855975; }

 p { color: rgb(133,89,117); }

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

background-color css

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

 a { background-color: rgb(133,89,117); }

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

border-color css

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

 span { border-color: rgb(133,89,117); }

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