Html Css Color HEX #953A49 Night Shadz

📋 copy color: '#953A49'

red 149 ◦ green 58 ◦ blue 73

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

Shades of Night Shadz #953A49

Tints of Night Shadz #953A49

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.71%

 BLUE value IS 73 (28.91% from 255) = 26.07%

R = 53.21%
G = 20.71%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#953A49 (or 0x953A49) is known color: Night Shadz. HEX triplet: 95, 3A and 49. RGB value is (149,58,73). Sum of RGB (Red+Green+Blue) = 149+58+73=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #953A49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A49 is #6AC5B6. Grayscale: #565656. Windows color (decimal): -6997431 or 4799125. OLE color: 4799125.

HSL color Cylindrical-coordinate representation of color #953A49: hue angle of 350.11º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #953A49 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 73 -
CMYK 0 0.61 0.51 0.42
HSL 350.11º 0.44% 0.41% -
HSV(B) 350.11º 0.61% 0.58% -
XYZ 15.11 9.9 7.42 -
YUV 86.92 120.15 172.28 -
System Red Green Blue C M Y K H S L
Decimal 149 58 73 0 0.61 0.51 0.42 350.11 0.44 0.41
Hex 95 3A 49 0 3D 33 2A 15E 2C 29
Octal 225 72 111 0 75 63 52 536 54 51
Binary 10010101 111010 1001001 0 111101 110011 101010 101011110 101100 101001

Color Harmonies of #953A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A49

Black with #953A49

Text Example


Text Example

White with #953A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953A49; }

 p { color: rgb(149,58,73); }

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

background-color css

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

 a { background-color: rgb(149,58,73); }

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

border-color css

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

 span { border-color: rgb(149,58,73); }

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