Html Css Color HEX #994350 Night Shadz

📋 copy color: '#994350'

red 153 ◦ green 67 ◦ blue 80

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

Shades of Night Shadz #994350

Tints of Night Shadz #994350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.33%

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

R = 51%
G = 22.33%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#994350 (or 0x994350) is known color: Night Shadz. HEX triplet: 99, 43 and 50. RGB value is (153,67,80). Sum of RGB (Red+Green+Blue) = 153+67+80=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #994350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994350 is #66BCAF. Grayscale: #5E5E5E. Windows color (decimal): -6732976 or 5260185. OLE color: 5260185.

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

Color convert

RGB 153 67 80 -
CMYK 0 0.56 0.48 0.4
HSL 350.93º 0.39% 0.43% -
HSV(B) 350.93º 0.56% 0.6% -
XYZ 16.59 11.37 8.91 -
YUV 94.2 119.99 169.94 -
System Red Green Blue C M Y K H S L
Decimal 153 67 80 0 0.56 0.48 0.4 350.93 0.39 0.43
Hex 99 43 50 0 38 30 28 15F 27 2B
Octal 231 103 120 0 70 60 50 537 47 53
Binary 10011001 1000011 1010000 0 111000 110000 101000 101011111 100111 101011

Color Harmonies of #994350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994350

Black with #994350

Text Example


Text Example

White with #994350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994350; }

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

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

background-color css

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

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

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

border-color css

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

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

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