Html Css Color HEX #845874 Strikemaster

📋 copy color: '#845874'

red 132 ◦ green 88 ◦ blue 116

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

Shades of Strikemaster #845874

Tints of Strikemaster #845874

RGB

 RED value IS 132 (51.95% from 255) = 39.29%

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

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

R = 39.29%
G = 26.19%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#845874 (or 0x845874) is known color: Strikemaster. HEX triplet: 84, 58 and 74. RGB value is (132,88,116). Sum of RGB (Red+Green+Blue) = 132+88+116=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 132 - color contains mainly: red. Hex color #845874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845874 is #7BA78B. Grayscale: #686868. Windows color (decimal): -8103820 or 7624836. OLE color: 7624836.

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

Color convert

RGB 132 88 116 -
CMYK 0 0.33 0.12 0.48
HSL 321.82º 0.2% 0.43% -
HSV(B) 321.82º 0.33% 0.52% -
XYZ 16.16 13.15 18.21 -
YUV 104.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 132 88 116 0 0.33 0.12 0.48 321.82 0.2 0.43
Hex 84 58 74 0 21 C 30 142 14 2B
Octal 204 130 164 0 41 14 60 502 24 53
Binary 10000100 1011000 1110100 0 100001 1100 110000 101000010 10100 101011

Color Harmonies of #845874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845874

Black with #845874

Text Example


Text Example

White with #845874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845874; }

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

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

background-color css

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

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

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

border-color css

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

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

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