Html Css Color HEX #845973 Strikemaster

📋 copy color: '#845973'

red 132 ◦ green 89 ◦ blue 115

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

Shades of Strikemaster #845973

Tints of Strikemaster #845973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.49%

 BLUE value IS 115 (45.31% from 255) = 34.23%

R = 39.29%
G = 26.49%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#845973 (or 0x845973) is known color: Strikemaster. HEX triplet: 84, 59 and 73. RGB value is (132,89,115). Sum of RGB (Red+Green+Blue) = 132+89+115=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 132 - color contains mainly: red. Hex color #845973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845973 is #7BA68C. Grayscale: #686868. Windows color (decimal): -8103565 or 7559556. OLE color: 7559556.

HSL color Cylindrical-coordinate representation of color #845973: hue angle of 323.72º degrees, saturation: 0.19, 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 #845973 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 89 115 -
CMYK 0 0.33 0.13 0.48
HSL 323.72º 0.19% 0.43% -
HSV(B) 323.72º 0.33% 0.52% -
XYZ 16.18 13.29 17.93 -
YUV 104.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 132 89 115 0 0.33 0.13 0.48 323.72 0.19 0.43
Hex 84 59 73 0 21 D 30 144 13 2B
Octal 204 131 163 0 41 15 60 504 23 53
Binary 10000100 1011001 1110011 0 100001 1101 110000 101000100 10011 101011

Color Harmonies of #845973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845973

Black with #845973

Text Example


Text Example

White with #845973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845973; }

 p { color: rgb(132,89,115); }

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

background-color css

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

 a { background-color: rgb(132,89,115); }

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

border-color css

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

 span { border-color: rgb(132,89,115); }

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