Html Css Color HEX #855C75 Strikemaster

📋 copy color: '#855C75'

red 133 ◦ green 92 ◦ blue 117

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

Shades of Strikemaster #855C75

Tints of Strikemaster #855C75

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.9%

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

R = 38.89%
G = 26.9%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#855C75 (or 0x855C75) is known color: Strikemaster. HEX triplet: 85, 5C and 75. RGB value is (133,92,117). Sum of RGB (Red+Green+Blue) = 133+92+117=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #855C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C75 is #7AA38A. Grayscale: #6B6B6B. Windows color (decimal): -8037259 or 7691397. OLE color: 7691397.

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

Color convert

RGB 133 92 117 -
CMYK 0 0.31 0.12 0.48
HSL 323.41º 0.18% 0.44% -
HSV(B) 323.41º 0.31% 0.52% -
XYZ 16.71 13.93 18.64 -
YUV 107.11 133.58 146.47 -
System Red Green Blue C M Y K H S L
Decimal 133 92 117 0 0.31 0.12 0.48 323.41 0.18 0.44
Hex 85 5C 75 0 1F C 30 143 12 2C
Octal 205 134 165 0 37 14 60 503 22 54
Binary 10000101 1011100 1110101 0 11111 1100 110000 101000011 10010 101100

Color Harmonies of #855C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C75

Black with #855C75

Text Example


Text Example

White with #855C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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