Html Css Color HEX #953649 Night Shadz

📋 copy color: '#953649'

red 149 ◦ green 54 ◦ blue 73

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

Shades of Night Shadz #953649

Tints of Night Shadz #953649

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.57%

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

R = 53.99%
G = 19.57%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#953649 (or 0x953649) is known color: Night Shadz. HEX triplet: 95, 36 and 49. RGB value is (149,54,73). Sum of RGB (Red+Green+Blue) = 149+54+73=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #953649 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953649 is #6AC9B6. Grayscale: #545454. Windows color (decimal): -6998455 or 4798101. OLE color: 4798101.

HSL color Cylindrical-coordinate representation of color #953649: hue angle of 348º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953649 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 54 73 -
CMYK 0 0.64 0.51 0.42
HSL 348º 0.47% 0.4% -
HSV(B) 348º 0.64% 0.58% -
XYZ 14.92 9.51 7.35 -
YUV 84.57 121.47 173.96 -
System Red Green Blue C M Y K H S L
Decimal 149 54 73 0 0.64 0.51 0.42 348 0.47 0.4
Hex 95 36 49 0 40 33 2A 15C 2F 28
Octal 225 66 111 0 100 63 52 534 57 50
Binary 10010101 110110 1001001 0 1000000 110011 101010 101011100 101111 101000

Color Harmonies of #953649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953649

Black with #953649

Text Example


Text Example

White with #953649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953649; }

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

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

background-color css

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

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

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

border-color css

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

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

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