Html Css Color HEX #994250 Night Shadz

📋 copy color: '#994250'

red 153 ◦ green 66 ◦ blue 80

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

Shades of Night Shadz #994250

Tints of Night Shadz #994250

RGB

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

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

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

R = 51.17%
G = 22.07%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#994250 (or 0x994250) is known color: Night Shadz. HEX triplet: 99, 42 and 50. RGB value is (153,66,80). Sum of RGB (Red+Green+Blue) = 153+66+80=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #994250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994250 is #66BDAF. Grayscale: #5D5D5D. Windows color (decimal): -6733232 or 5259929. OLE color: 5259929.

HSL color Cylindrical-coordinate representation of color #994250: hue angle of 350.34º 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 #994250 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 66 80 -
CMYK 0 0.57 0.48 0.4
HSL 350.34º 0.4% 0.43% -
HSV(B) 350.34º 0.57% 0.6% -
XYZ 16.53 11.25 8.89 -
YUV 93.61 120.32 170.36 -
System Red Green Blue C M Y K H S L
Decimal 153 66 80 0 0.57 0.48 0.4 350.34 0.4 0.43
Hex 99 42 50 0 39 30 28 15E 28 2B
Octal 231 102 120 0 71 60 50 536 50 53
Binary 10011001 1000010 1010000 0 111001 110000 101000 101011110 101000 101011

Color Harmonies of #994250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994250

Black with #994250

Text Example


Text Example

White with #994250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994250; }

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

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

background-color css

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

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

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

border-color css

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

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

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