Html Css Color HEX #855D75 Strikemaster

📋 copy color: '#855D75'

red 133 ◦ green 93 ◦ blue 117

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

Shades of Strikemaster #855D75

Tints of Strikemaster #855D75

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.11%

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

R = 38.78%
G = 27.11%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#855D75 (or 0x855D75) is known color: Strikemaster. HEX triplet: 85, 5D and 75. RGB value is (133,93,117). Sum of RGB (Red+Green+Blue) = 133+93+117=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #855D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855D75 is #7AA28A. Grayscale: #6B6B6B. Windows color (decimal): -8037003 or 7691653. OLE color: 7691653.

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

Color convert

RGB 133 93 117 -
CMYK 0 0.30 0.12 0.48
HSL 324º 0.18% 0.44% -
HSV(B) 324º 0.3% 0.52% -
XYZ 16.8 14.1 18.67 -
YUV 107.7 133.25 146.05 -
System Red Green Blue C M Y K H S L
Decimal 133 93 117 0 0.30 0.12 0.48 324 0.18 0.44
Hex 85 5D 75 0 1E C 30 144 12 2C
Octal 205 135 165 0 36 14 60 504 22 54
Binary 10000101 1011101 1110101 0 11110 1100 110000 101000100 10010 101100

Color Harmonies of #855D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D75

Black with #855D75

Text Example


Text Example

White with #855D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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