Html Css Color HEX #994255 Night Shadz

📋 copy color: '#994255'

red 153 ◦ green 66 ◦ blue 85

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

Shades of Night Shadz #994255

Tints of Night Shadz #994255

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.71%

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

R = 50.33%
G = 21.71%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#994255 (or 0x994255) is known color: Night Shadz. HEX triplet: 99, 42 and 55. RGB value is (153,66,85). Sum of RGB (Red+Green+Blue) = 153+66+85=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #994255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994255 is #66BDAA. Grayscale: #5E5E5E. Windows color (decimal): -6733227 or 5587609. OLE color: 5587609.

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

Color convert

RGB 153 66 85 -
CMYK 0 0.57 0.44 0.4
HSL 346.9º 0.4% 0.43% -
HSV(B) 346.9º 0.57% 0.6% -
XYZ 16.72 11.32 9.9 -
YUV 94.18 122.82 169.96 -
System Red Green Blue C M Y K H S L
Decimal 153 66 85 0 0.57 0.44 0.4 346.9 0.4 0.43
Hex 99 42 55 0 39 2C 28 15B 28 2B
Octal 231 102 125 0 71 54 50 533 50 53
Binary 10011001 1000010 1010101 0 111001 101100 101000 101011011 101000 101011

Color Harmonies of #994255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994255

Black with #994255

Text Example


Text Example

White with #994255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994255; }

 p { color: rgb(153,66,85); }

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

background-color css

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

 a { background-color: rgb(153,66,85); }

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

border-color css

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

 span { border-color: rgb(153,66,85); }

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