Html Css Color HEX #953C4C Night Shadz

📋 copy color: '#953C4C'

red 149 ◦ green 60 ◦ blue 76

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

Shades of Night Shadz #953C4C

Tints of Night Shadz #953C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.67%

R = 52.28%
G = 21.05%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#953C4C (or 0x953C4C) is known color: Night Shadz. HEX triplet: 95, 3C and 4C. RGB value is (149,60,76). Sum of RGB (Red+Green+Blue) = 149+60+76=285 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.28% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 149 - color contains mainly: red. Hex color #953C4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C4C is #6AC3B3. Grayscale: #585858. Windows color (decimal): -6996916 or 4996245. OLE color: 4996245.

HSL color Cylindrical-coordinate representation of color #953C4C: hue angle of 349.21º 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 #953C4C is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 60 76 -
CMYK 0 0.60 0.49 0.42
HSL 349.21º 0.43% 0.41% -
HSV(B) 349.21º 0.6% 0.58% -
XYZ 15.31 10.14 7.99 -
YUV 88.44 120.99 171.2 -
System Red Green Blue C M Y K H S L
Decimal 149 60 76 0 0.60 0.49 0.42 349.21 0.43 0.41
Hex 95 3C 4C 0 3C 31 2A 15D 2B 29
Octal 225 74 114 0 74 61 52 535 53 51
Binary 10010101 111100 1001100 0 111100 110001 101010 101011101 101011 101001

Color Harmonies of #953C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C4C

Black with #953C4C

Text Example


Text Example

White with #953C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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