Html Css Color HEX #855773 Strikemaster

📋 copy color: '#855773'

red 133 ◦ green 87 ◦ blue 115

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

Shades of Strikemaster #855773

Tints of Strikemaster #855773

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.97%

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

R = 39.7%
G = 25.97%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#855773 (or 0x855773) is known color: Strikemaster. HEX triplet: 85, 57 and 73. RGB value is (133,87,115). Sum of RGB (Red+Green+Blue) = 133+87+115=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #855773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855773 is #7AA88C. Grayscale: #676767. Windows color (decimal): -8038541 or 7559045. OLE color: 7559045.

HSL color Cylindrical-coordinate representation of color #855773: hue angle of 323.48º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #855773 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 87 115 -
CMYK 0 0.35 0.14 0.48
HSL 323.48º 0.21% 0.43% -
HSV(B) 323.48º 0.35% 0.52% -
XYZ 16.18 13.04 17.88 -
YUV 103.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 133 87 115 0 0.35 0.14 0.48 323.48 0.21 0.43
Hex 85 57 73 0 23 E 30 143 15 2B
Octal 205 127 163 0 43 16 60 503 25 53
Binary 10000101 1010111 1110011 0 100011 1110 110000 101000011 10101 101011

Color Harmonies of #855773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855773

Black with #855773

Text Example


Text Example

White with #855773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855773; }

 p { color: rgb(133,87,115); }

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

background-color css

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

 a { background-color: rgb(133,87,115); }

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

border-color css

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

 span { border-color: rgb(133,87,115); }

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