Html Css Color HEX #905376 Strikemaster

📋 copy color: '#905376'

red 144 ◦ green 83 ◦ blue 118

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

Shades of Strikemaster #905376

Tints of Strikemaster #905376

RGB

 RED value IS 144 (56.64% from 255) = 41.74%

 GREEN value IS 83 (32.81% from 255) = 24.06%

 BLUE value IS 118 (46.48% from 255) = 34.2%

R = 41.74%
G = 24.06%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#905376 (or 0x905376) is known color: Strikemaster. HEX triplet: 90, 53 and 76. RGB value is (144,83,118). Sum of RGB (Red+Green+Blue) = 144+83+118=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 144 - color contains mainly: red. Hex color #905376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905376 is #6FAC89. Grayscale: #696969. Windows color (decimal): -7318666 or 7754640. OLE color: 7754640.

HSL color Cylindrical-coordinate representation of color #905376: hue angle of 325.57º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #905376 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 83 118 -
CMYK 0 0.42 0.18 0.44
HSL 325.57º 0.27% 0.45% -
HSV(B) 325.57º 0.42% 0.56% -
XYZ 17.86 13.42 18.79 -
YUV 105.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 144 83 118 0 0.42 0.18 0.44 325.57 0.27 0.45
Hex 90 53 76 0 2A 12 2C 146 1B 2D
Octal 220 123 166 0 52 22 54 506 33 55
Binary 10010000 1010011 1110110 0 101010 10010 101100 101000110 11011 101101

Color Harmonies of #905376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905376

Black with #905376

Text Example


Text Example

White with #905376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905376; }

 p { color: rgb(144,83,118); }

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

background-color css

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

 a { background-color: rgb(144,83,118); }

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

border-color css

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

 span { border-color: rgb(144,83,118); }

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