Html Css Color HEX #855575 Strikemaster

📋 copy color: '#855575'

red 133 ◦ green 85 ◦ blue 117

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

Shades of Strikemaster #855575

Tints of Strikemaster #855575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.37%

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

R = 39.7%
G = 25.37%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#855575 (or 0x855575) is known color: Strikemaster. HEX triplet: 85, 55 and 75. RGB value is (133,85,117). Sum of RGB (Red+Green+Blue) = 133+85+117=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #855575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855575 is #7AAA8A. Grayscale: #666666. Windows color (decimal): -8039051 or 7689605. OLE color: 7689605.

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

Color convert

RGB 133 85 117 -
CMYK 0 0.36 0.12 0.48
HSL 320º 0.22% 0.43% -
HSV(B) 320º 0.36% 0.52% -
XYZ 16.13 12.77 18.44 -
YUV 103 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 133 85 117 0 0.36 0.12 0.48 320 0.22 0.43
Hex 85 55 75 0 24 C 30 140 16 2B
Octal 205 125 165 0 44 14 60 500 26 53
Binary 10000101 1010101 1110101 0 100100 1100 110000 101000000 10110 101011

Color Harmonies of #855575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855575

Black with #855575

Text Example


Text Example

White with #855575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855575; }

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

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

background-color css

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

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

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

border-color css

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

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

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