Html Css Color HEX #95374D Night Shadz

📋 copy color: '#95374D'

red 149 ◦ green 55 ◦ blue 77

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

Shades of Night Shadz #95374D

Tints of Night Shadz #95374D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.57%

 BLUE value IS 77 (30.47% from 255) = 27.4%

R = 53.02%
G = 19.57%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#95374D (or 0x95374D) is known color: Night Shadz. HEX triplet: 95, 37 and 4D. RGB value is (149,55,77). Sum of RGB (Red+Green+Blue) = 149+55+77=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #95374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95374D is #6AC8B2. Grayscale: #555555. Windows color (decimal): -6998195 or 5060501. OLE color: 5060501.

HSL color Cylindrical-coordinate representation of color #95374D: hue angle of 345.96º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #95374D is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 55 77 -
CMYK 0 0.63 0.48 0.42
HSL 345.96º 0.46% 0.4% -
HSV(B) 345.96º 0.63% 0.58% -
XYZ 15.1 9.66 8.09 -
YUV 85.61 123.14 173.21 -
System Red Green Blue C M Y K H S L
Decimal 149 55 77 0 0.63 0.48 0.42 345.96 0.46 0.4
Hex 95 37 4D 0 3F 30 2A 15A 2E 28
Octal 225 67 115 0 77 60 52 532 56 50
Binary 10010101 110111 1001101 0 111111 110000 101010 101011010 101110 101000

Color Harmonies of #95374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95374D

Black with #95374D

Text Example


Text Example

White with #95374D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95374D;
 }
 .AnyTagClassName
 {
   color: #95374D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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