Html Css Color HEX #95384B Night Shadz

📋 copy color: '#95384B'

red 149 ◦ green 56 ◦ blue 75

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

Shades of Night Shadz #95384B

Tints of Night Shadz #95384B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20%

 BLUE value IS 75 (29.69% from 255) = 26.79%

R = 53.21%
G = 20%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#95384B (or 0x95384B) is known color: Night Shadz. HEX triplet: 95, 38 and 4B. RGB value is (149,56,75). Sum of RGB (Red+Green+Blue) = 149+56+75=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #95384B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95384B is #6AC7B4. Grayscale: #555555. Windows color (decimal): -6997941 or 4929685. OLE color: 4929685.

HSL color Cylindrical-coordinate representation of color #95384B: hue angle of 347.74º 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 #95384B is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 56 75 -
CMYK 0 0.62 0.50 0.42
HSL 347.74º 0.45% 0.4% -
HSV(B) 347.74º 0.62% 0.58% -
XYZ 15.08 9.73 7.74 -
YUV 85.97 121.81 172.96 -
System Red Green Blue C M Y K H S L
Decimal 149 56 75 0 0.62 0.50 0.42 347.74 0.45 0.4
Hex 95 38 4B 0 3E 32 2A 15C 2D 28
Octal 225 70 113 0 76 62 52 534 55 50
Binary 10010101 111000 1001011 0 111110 110010 101010 101011100 101101 101000

Color Harmonies of #95384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95384B

Black with #95384B

Text Example


Text Example

White with #95384B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95384B;
 }
 .AnyTagClassName
 {
   color: #95384B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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