Html Css Color HEX #953950 Night Shadz

📋 copy color: '#953950'

red 149 ◦ green 57 ◦ blue 80

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

Shades of Night Shadz #953950

Tints of Night Shadz #953950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.93%

 BLUE value IS 80 (31.64% from 255) = 27.97%

R = 52.1%
G = 19.93%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#953950 (or 0x953950) is known color: Night Shadz. HEX triplet: 95, 39 and 50. RGB value is (149,57,80). Sum of RGB (Red+Green+Blue) = 149+57+80=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #953950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953950 is #6AC6AF. Grayscale: #575757. Windows color (decimal): -6997680 or 5257621. OLE color: 5257621.

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

Color convert

RGB 149 57 80 -
CMYK 0 0.62 0.46 0.42
HSL 345º 0.45% 0.4% -
HSV(B) 345º 0.62% 0.58% -
XYZ 15.31 9.9 8.69 -
YUV 87.13 123.98 172.13 -
System Red Green Blue C M Y K H S L
Decimal 149 57 80 0 0.62 0.46 0.42 345 0.45 0.4
Hex 95 39 50 0 3E 2E 2A 159 2D 28
Octal 225 71 120 0 76 56 52 531 55 50
Binary 10010101 111001 1010000 0 111110 101110 101010 101011001 101101 101000

Color Harmonies of #953950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953950

Black with #953950

Text Example


Text Example

White with #953950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953950; }

 p { color: rgb(149,57,80); }

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

background-color css

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

 a { background-color: rgb(149,57,80); }

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

border-color css

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

 span { border-color: rgb(149,57,80); }

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