Html Css Color HEX #953747 Night Shadz

📋 copy color: '#953747'

red 149 ◦ green 55 ◦ blue 71

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

Shades of Night Shadz #953747

Tints of Night Shadz #953747

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20%

 BLUE value IS 71 (28.13% from 255) = 25.82%

R = 54.18%
G = 20%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#953747 (or 0x953747) is known color: Night Shadz. HEX triplet: 95, 37 and 47. RGB value is (149,55,71). Sum of RGB (Red+Green+Blue) = 149+55+71=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #953747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953747 is #6AC8B8. Grayscale: #545454. Windows color (decimal): -6998201 or 4667285. OLE color: 4667285.

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

Color convert

RGB 149 55 71 -
CMYK 0 0.63 0.52 0.42
HSL 349.79º 0.46% 0.4% -
HSV(B) 349.79º 0.63% 0.58% -
XYZ 14.9 9.58 7.02 -
YUV 84.93 120.14 173.7 -
System Red Green Blue C M Y K H S L
Decimal 149 55 71 0 0.63 0.52 0.42 349.79 0.46 0.4
Hex 95 37 47 0 3F 34 2A 15E 2E 28
Octal 225 67 107 0 77 64 52 536 56 50
Binary 10010101 110111 1000111 0 111111 110100 101010 101011110 101110 101000

Color Harmonies of #953747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953747

Black with #953747

Text Example


Text Example

White with #953747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953747; }

 p { color: rgb(149,55,71); }

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

background-color css

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

 a { background-color: rgb(149,55,71); }

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

border-color css

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

 span { border-color: rgb(149,55,71); }

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