Html Css Color HEX #953C55 Night Shadz

📋 copy color: '#953C55'

red 149 ◦ green 60 ◦ blue 85

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

Shades of Night Shadz #953C55

Tints of Night Shadz #953C55

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.41%

 BLUE value IS 85 (33.59% from 255) = 28.91%

R = 50.68%
G = 20.41%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#953C55 (or 0x953C55) is known color: Night Shadz. HEX triplet: 95, 3C and 55. RGB value is (149,60,85). Sum of RGB (Red+Green+Blue) = 149+60+85=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #953C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953C55 is #6AC3AA. Grayscale: #595959. Windows color (decimal): -6996907 or 5586069. OLE color: 5586069.

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

Color convert

RGB 149 60 85 -
CMYK 0 0.60 0.43 0.42
HSL 343.15º 0.43% 0.41% -
HSV(B) 343.15º 0.6% 0.58% -
XYZ 15.65 10.28 9.75 -
YUV 89.46 125.49 170.47 -
System Red Green Blue C M Y K H S L
Decimal 149 60 85 0 0.60 0.43 0.42 343.15 0.43 0.41
Hex 95 3C 55 0 3C 2B 2A 157 2B 29
Octal 225 74 125 0 74 53 52 527 53 51
Binary 10010101 111100 1010101 0 111100 101011 101010 101010111 101011 101001

Color Harmonies of #953C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C55

Black with #953C55

Text Example


Text Example

White with #953C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,60,85); }

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

background-color css

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

 a { background-color: rgb(149,60,85); }

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

border-color css

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

 span { border-color: rgb(149,60,85); }

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