Html Css Color HEX #994754 Night Shadz

📋 copy color: '#994754'

red 153 ◦ green 71 ◦ blue 84

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

Shades of Night Shadz #994754

Tints of Night Shadz #994754

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.05%

 BLUE value IS 84 (33.2% from 255) = 27.27%

R = 49.68%
G = 23.05%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.4

RGB Variations

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

Color information

#994754 (or 0x994754) is known color: Night Shadz. HEX triplet: 99, 47 and 54. RGB value is (153,71,84). Sum of RGB (Red+Green+Blue) = 153+71+84=308 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.68% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 153 - color contains mainly: red. Hex color #994754 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994754 is #66B8AB. Grayscale: #616161. Windows color (decimal): -6731948 or 5523353. OLE color: 5523353.

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

Color convert

RGB 153 71 84 -
CMYK 0 0.54 0.45 0.4
HSL 350.49º 0.37% 0.44% -
HSV(B) 350.49º 0.54% 0.6% -
XYZ 16.99 11.92 9.79 -
YUV 97 120.67 167.94 -
System Red Green Blue C M Y K H S L
Decimal 153 71 84 0 0.54 0.45 0.4 350.49 0.37 0.44
Hex 99 47 54 0 36 2D 28 15E 25 2C
Octal 231 107 124 0 66 55 50 536 45 54
Binary 10011001 1000111 1010100 0 110110 101101 101000 101011110 100101 101100

Color Harmonies of #994754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994754

Black with #994754

Text Example


Text Example

White with #994754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994754; }

 p { color: rgb(153,71,84); }

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

background-color css

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

 a { background-color: rgb(153,71,84); }

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

border-color css

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

 span { border-color: rgb(153,71,84); }

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