Html Css Color HEX #95374C Night Shadz

📋 copy color: '#95374C'

red 149 ◦ green 55 ◦ blue 76

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

Shades of Night Shadz #95374C

Tints of Night Shadz #95374C

RGB

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

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

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

R = 53.21%
G = 19.64%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#95374C (or 0x95374C) is known color: Night Shadz. HEX triplet: 95, 37 and 4C. RGB value is (149,55,76). Sum of RGB (Red+Green+Blue) = 149+55+76=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #95374C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95374C is #6AC8B3. Grayscale: #555555. Windows color (decimal): -6998196 or 4994965. OLE color: 4994965.

HSL color Cylindrical-coordinate representation of color #95374C: hue angle of 346.6º 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 #95374C is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 55 76 -
CMYK 0 0.63 0.49 0.42
HSL 346.6º 0.46% 0.4% -
HSV(B) 346.6º 0.63% 0.58% -
XYZ 15.07 9.64 7.9 -
YUV 85.5 122.64 173.29 -
System Red Green Blue C M Y K H S L
Decimal 149 55 76 0 0.63 0.49 0.42 346.6 0.46 0.4
Hex 95 37 4C 0 3F 31 2A 15B 2E 28
Octal 225 67 114 0 77 61 52 533 56 50
Binary 10010101 110111 1001100 0 111111 110001 101010 101011011 101110 101000

Color Harmonies of #95374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95374C

Black with #95374C

Text Example


Text Example

White with #95374C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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