Html Css Color HEX #855874 Strikemaster

📋 copy color: '#855874'

red 133 ◦ green 88 ◦ blue 116

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

Shades of Strikemaster #855874

Tints of Strikemaster #855874

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.11%

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

R = 39.47%
G = 26.11%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#855874 (or 0x855874) is known color: Strikemaster. HEX triplet: 85, 58 and 74. RGB value is (133,88,116). Sum of RGB (Red+Green+Blue) = 133+88+116=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #855874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855874 is #7AA78B. Grayscale: #686868. Windows color (decimal): -8038284 or 7624837. OLE color: 7624837.

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

Color convert

RGB 133 88 116 -
CMYK 0 0.34 0.13 0.48
HSL 322.67º 0.2% 0.43% -
HSV(B) 322.67º 0.34% 0.52% -
XYZ 16.31 13.23 18.22 -
YUV 104.65 134.41 148.22 -
System Red Green Blue C M Y K H S L
Decimal 133 88 116 0 0.34 0.13 0.48 322.67 0.2 0.43
Hex 85 58 74 0 22 D 30 143 14 2B
Octal 205 130 164 0 42 15 60 503 24 53
Binary 10000101 1011000 1110100 0 100010 1101 110000 101000011 10100 101011

Color Harmonies of #855874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855874

Black with #855874

Text Example


Text Example

White with #855874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855874; }

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

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

background-color css

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

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

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

border-color css

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

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

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