Html Css Color HEX #95637A Strikemaster

📋 copy color: '#95637A'

red 149 ◦ green 99 ◦ blue 122

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

Shades of Strikemaster #95637A

Tints of Strikemaster #95637A

RGB

 RED value IS 149 (58.59% from 255) = 40.27%

 GREEN value IS 99 (39.06% from 255) = 26.76%

 BLUE value IS 122 (48.05% from 255) = 32.97%

R = 40.27%
G = 26.76%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95637A (or 0x95637A) is known color: Strikemaster. HEX triplet: 95, 63 and 7A. RGB value is (149,99,122). Sum of RGB (Red+Green+Blue) = 149+99+122=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #95637A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95637A is #6A9C85. Grayscale: #747474. Windows color (decimal): -6986886 or 8020885. OLE color: 8020885.

HSL color Cylindrical-coordinate representation of color #95637A: hue angle of 332.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95637A is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 99 122 -
CMYK 0 0.34 0.18 0.42
HSL 332.4º 0.2% 0.49% -
HSV(B) 332.4º 0.34% 0.58% -
XYZ 20.37 16.72 20.57 -
YUV 116.57 131.07 151.13 -
System Red Green Blue C M Y K H S L
Decimal 149 99 122 0 0.34 0.18 0.42 332.4 0.2 0.49
Hex 95 63 7A 0 22 12 2A 14C 14 31
Octal 225 143 172 0 42 22 52 514 24 61
Binary 10010101 1100011 1111010 0 100010 10010 101010 101001100 10100 110001

Color Harmonies of #95637A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95637A

Black with #95637A

Text Example


Text Example

White with #95637A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95637A; }

 p { color: rgb(149,99,122); }

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

background-color css

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

 a { background-color: rgb(149,99,122); }

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

border-color css

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

 span { border-color: rgb(149,99,122); }

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