Html Css Color HEX #994850 Night Shadz

📋 copy color: '#994850'

red 153 ◦ green 72 ◦ blue 80

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

Shades of Night Shadz #994850

Tints of Night Shadz #994850

RGB

 RED value IS 153 (60.16% from 255) = 50.16%

 GREEN value IS 72 (28.52% from 255) = 23.61%

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

R = 50.16%
G = 23.61%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#994850 (or 0x994850) is known color: Night Shadz. HEX triplet: 99, 48 and 50. RGB value is (153,72,80). Sum of RGB (Red+Green+Blue) = 153+72+80=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #994850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994850 is #66B7AF. Grayscale: #616161. Windows color (decimal): -6731696 or 5261465. OLE color: 5261465.

HSL color Cylindrical-coordinate representation of color #994850: hue angle of 354.07º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #994850 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 72 80 -
CMYK 0 0.53 0.48 0.4
HSL 354.07º 0.36% 0.44% -
HSV(B) 354.07º 0.53% 0.6% -
XYZ 16.9 11.99 9.01 -
YUV 97.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 153 72 80 0 0.53 0.48 0.4 354.07 0.36 0.44
Hex 99 48 50 0 35 30 28 162 24 2C
Octal 231 110 120 0 65 60 50 542 44 54
Binary 10011001 1001000 1010000 0 110101 110000 101000 101100010 100100 101100

Color Harmonies of #994850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994850

Black with #994850

Text Example


Text Example

White with #994850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994850; }

 p { color: rgb(153,72,80); }

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

background-color css

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

 a { background-color: rgb(153,72,80); }

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

border-color css

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

 span { border-color: rgb(153,72,80); }

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