#95414B

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

Shades of Night Shadz #95414B

Tints of Night Shadz #95414B

Color information

#95414B (or 0x95414B) is unknown color: approx Night Shadz. HEX triplet: 95, 41 and 4B. RGB value is (149,65,75). Sum of RGB (Red+Green+Blue) = 149+65+75=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #95414B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95414B is #6ABEB4. Grayscale: #5B5B5B. Windows color (decimal): -6995637 or 4931989. OLE color: 4931989.

HSL color Cylindrical-coordinate representation of color #95414B: hue angle of 352.86º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95414B is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1496575-
CMYK00.560.500.42
HSL352.86º39.25%41.96%-
HSV(B)352.86º56.38%58.43%-
XYZ15.5510.687.9-
YUV91.26118.83169.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.56%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 75 (29.69% from 255) = 25.95%
R=51.56%
G=22.49%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149657500.560.500.42352.8639.2541.96
Hex95414B038322A161272a
Octal22510111307062525414752
Binary10010101100000110010110111000110010101010101100001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95414B; }

 p { color: rgb(149,65,75); }

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

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

 a { background-color: rgb(149,65,75); }

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

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

 span { border-color: rgb(149,65,75); }

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