#953948

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

Shades of Night Shadz #953948

Tints of Night Shadz #953948

Color information

#953948 (or 0x953948) is unknown color: approx Night Shadz. HEX triplet: 95, 39 and 48. RGB value is (149,57,72). Sum of RGB (Red+Green+Blue) = 149+57+72=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #953948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953948 is #6AC6B7. Grayscale: #565656. Windows color (decimal): -6997688 or 4733333. OLE color: 4733333.

HSL color Cylindrical-coordinate representation of color #953948: hue angle of 350.22º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953948 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB1495772-
CMYK00.620.520.42
HSL350.22º44.66%40.39%-
HSV(B)350.22º61.74%58.43%-
XYZ15.039.787.23-
YUV86.22119.98172.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.60%
GREEN value IS 57 (22.66% from 255) = 20.50%
BLUE value IS 72 (28.52% from 255) = 25.90%
R=53.60%
G=20.50%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149577200.620.520.42350.2244.6640.39
Hex95394803E342A15e2d28
Octal2257111007664525365550
Binary1001010111100110010000111110110100101010101011110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953948; }

 p { color: rgb(149,57,72); }

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

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

 a { background-color: rgb(149,57,72); }

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

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

 span { border-color: rgb(149,57,72); }

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