#a6375b

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

Shades of Night Shadz #A6375B

Tints of Night Shadz #A6375B

Color information

#A6375B (or 0xA6375B) is unknown color: approx Night Shadz. HEX triplet: A6, 37 and 5B. RGB value is (166,55,91). Sum of RGB (Red+Green+Blue) = 166+55+91=312 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.21% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 166 - color contains mainly: red. Hex color #A6375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6375B is #59C8A4. Grayscale: #5C5C5C. Windows color (decimal): -5884069 or 5978022. OLE color: 5978022.

HSL color Cylindrical-coordinate representation of color #A6375B: hue angle of 340.54º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6375B is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB1665591-
CMYK00.670.450.35
HSL340.54º50.23%43.33%-
HSV(B)340.54º66.87%65.1%-
XYZ18.9811.5911.14-
YUV92.29127.27180.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.21%
GREEN value IS 55 (21.88% from 255) = 17.63%
BLUE value IS 91 (35.94% from 255) = 29.17%
R=53.21%
G=17.63%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166559100.670.450.35340.5450.2343.33
HexA6375B0432D23155322b
Octal24667133010355435256253
Binary10100110110111101101101000011101101100011101010101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6375b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6375b; }

 p { color: rgb(166,55,91); }

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

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

 a { background-color: rgb(166,55,91); }

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

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

 span { border-color: rgb(166,55,91); }

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