Html Css Color HEX #95364C Night Shadz

📋 copy color: '#95364C'

red 149 ◦ green 54 ◦ blue 76

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

Shades of Night Shadz #95364C

Tints of Night Shadz #95364C

RGB

 RED value IS 149 (58.59% from 255) = 53.41%

 GREEN value IS 54 (21.48% from 255) = 19.35%

 BLUE value IS 76 (30.08% from 255) = 27.24%

R = 53.41%
G = 19.35%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95364C (or 0x95364C) is known color: Night Shadz. HEX triplet: 95, 36 and 4C. RGB value is (149,54,76). Sum of RGB (Red+Green+Blue) = 149+54+76=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #95364C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95364C is #6AC9B3. Grayscale: #545454. Windows color (decimal): -6998452 or 4994709. OLE color: 4994709.

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

Color convert

RGB 149 54 76 -
CMYK 0 0.64 0.49 0.42
HSL 346.11º 0.47% 0.4% -
HSV(B) 346.11º 0.64% 0.58% -
XYZ 15.02 9.55 7.89 -
YUV 84.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 149 54 76 0 0.64 0.49 0.42 346.11 0.47 0.4
Hex 95 36 4C 0 40 31 2A 15A 2F 28
Octal 225 66 114 0 100 61 52 532 57 50
Binary 10010101 110110 1001100 0 1000000 110001 101010 101011010 101111 101000

Color Harmonies of #95364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95364C

Black with #95364C

Text Example


Text Example

White with #95364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95364C; }

 p { color: rgb(149,54,76); }

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

background-color css

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

 a { background-color: rgb(149,54,76); }

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

border-color css

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

 span { border-color: rgb(149,54,76); }

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