Html Css Color HEX #855974 Strikemaster

📋 copy color: '#855974'

red 133 ◦ green 89 ◦ blue 116

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

Shades of Strikemaster #855974

Tints of Strikemaster #855974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.32%

R = 39.35%
G = 26.33%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#855974 (or 0x855974) is known color: Strikemaster. HEX triplet: 85, 59 and 74. RGB value is (133,89,116). Sum of RGB (Red+Green+Blue) = 133+89+116=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #855974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855974 is #7AA68B. Grayscale: #696969. Windows color (decimal): -8038028 or 7625093. OLE color: 7625093.

HSL color Cylindrical-coordinate representation of color #855974: hue angle of 323.18º 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 #855974 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 89 116 -
CMYK 0 0.33 0.13 0.48
HSL 323.18º 0.2% 0.44% -
HSV(B) 323.18º 0.33% 0.52% -
XYZ 16.4 13.39 18.24 -
YUV 105.23 134.08 147.8 -
System Red Green Blue C M Y K H S L
Decimal 133 89 116 0 0.33 0.13 0.48 323.18 0.2 0.44
Hex 85 59 74 0 21 D 30 143 14 2C
Octal 205 131 164 0 41 15 60 503 24 54
Binary 10000101 1011001 1110100 0 100001 1101 110000 101000011 10100 101100

Color Harmonies of #855974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855974

Black with #855974

Text Example


Text Example

White with #855974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855974; }

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

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

background-color css

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

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

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

border-color css

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

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

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