Html Css Color HEX #953749 Night Shadz

📋 copy color: '#953749'

red 149 ◦ green 55 ◦ blue 73

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

Shades of Night Shadz #953749

Tints of Night Shadz #953749

RGB

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

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

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

R = 53.79%
G = 19.86%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#953749 (or 0x953749) is known color: Night Shadz. HEX triplet: 95, 37 and 49. RGB value is (149,55,73). Sum of RGB (Red+Green+Blue) = 149+55+73=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #953749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953749 is #6AC8B6. Grayscale: #555555. Windows color (decimal): -6998199 or 4798357. OLE color: 4798357.

HSL color Cylindrical-coordinate representation of color #953749: hue angle of 348.51º 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 #953749 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 55 73 -
CMYK 0 0.63 0.51 0.42
HSL 348.51º 0.46% 0.4% -
HSV(B) 348.51º 0.63% 0.58% -
XYZ 14.96 9.6 7.37 -
YUV 85.16 121.14 173.54 -
System Red Green Blue C M Y K H S L
Decimal 149 55 73 0 0.63 0.51 0.42 348.51 0.46 0.4
Hex 95 37 49 0 3F 33 2A 15D 2E 28
Octal 225 67 111 0 77 63 52 535 56 50
Binary 10010101 110111 1001001 0 111111 110011 101010 101011101 101110 101000

Color Harmonies of #953749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953749

Black with #953749

Text Example


Text Example

White with #953749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953749; }

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

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

background-color css

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

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

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

border-color css

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

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

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