#97374D

Color #97374D Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #97374D

Tints of Night Shadz #97374D

Color information

#97374D (or 0x97374D) is unknown color: approx Night Shadz. HEX triplet: 97, 37 and 4D. RGB value is (151,55,77). Sum of RGB (Red+Green+Blue) = 151+55+77=283 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.36% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 151 - color contains mainly: red. Hex color #97374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97374D is #68C8B2. Grayscale: #565656. Windows color (decimal): -6867123 or 5060503. OLE color: 5060503.

HSL color Cylindrical-coordinate representation of color #97374D: hue angle of 346.25º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97374D is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB1515577-
CMYK00.640.490.41
HSL346.25º46.6%40.39%-
HSV(B)346.25º63.58%59.22%-
XYZ15.479.858.11-
YUV86.21122.8174.21-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 53.36%
GREEN value IS 55 (21.88% from 255) = 19.43%
BLUE value IS 77 (30.47% from 255) = 27.21%
R=53.36%
G=19.43%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151557700.640.490.41346.2546.640.39
Hex97374D040312915a2f28
Octal22767115010061515325750
Binary10010111110111100110101000000110001101001101011010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97374D; }

 p { color: rgb(151,55,77); }

 H1.HeaderClassName
 {
   color: #97374D;
 }
 .AnyTagClassName
 {
   color: #97374D;
 }
</style>
background-color css

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

 a { background-color: rgb(151,55,77); }

 div.DivClassName
 {
   background-color: #97374D;
 }
 .BgClassName
 {
   background-color: #97374D;
 }
</style>
border-color css

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

 span { border-color: rgb(151,55,77); }

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