Html Css Color HEX #AB384D Night Shadz

📋 copy color: '#AB384D'

red 171 ◦ green 56 ◦ blue 77

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

Shades of Night Shadz #AB384D

Tints of Night Shadz #AB384D

RGB

 RED value IS 171 (67.19% from 255) = 56.25%

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

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

R = 56.25%
G = 18.42%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB384D (or 0xAB384D) is known color: Night Shadz. HEX triplet: AB, 38 and 4D. RGB value is (171,56,77). Sum of RGB (Red+Green+Blue) = 171+56+77=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB384D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB384D is #54C7B2. Grayscale: #5C5C5C. Windows color (decimal): -5556147 or 5060779. OLE color: 5060779.

HSL color Cylindrical-coordinate representation of color #AB384D: hue angle of 349.04º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB384D is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 56 77 -
CMYK 0 0.67 0.55 0.33
HSL 349.04º 0.51% 0.45% -
HSV(B) 349.04º 0.67% 0.67% -
XYZ 19.55 12.02 8.31 -
YUV 92.78 119.1 183.79 -
System Red Green Blue C M Y K H S L
Decimal 171 56 77 0 0.67 0.55 0.33 349.04 0.51 0.45
Hex AB 38 4D 0 43 37 21 15D 33 2D
Octal 253 70 115 0 103 67 41 535 63 55
Binary 10101011 111000 1001101 0 1000011 110111 100001 101011101 110011 101101

Color Harmonies of #AB384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB384D

Black with #AB384D

Text Example


Text Example

White with #AB384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB384D; }

 p { color: rgb(171,56,77); }

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

background-color css

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

 a { background-color: rgb(171,56,77); }

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

border-color css

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

 span { border-color: rgb(171,56,77); }

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