Html Css Color HEX #AB374E Night Shadz

📋 copy color: '#AB374E'

red 171 ◦ green 55 ◦ blue 78

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

Shades of Night Shadz #AB374E

Tints of Night Shadz #AB374E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.66%

R = 56.25%
G = 18.09%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB374E (or 0xAB374E) is known color: Night Shadz. HEX triplet: AB, 37 and 4E. RGB value is (171,55,78). Sum of RGB (Red+Green+Blue) = 171+55+78=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB374E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB374E is #54C8B1. Grayscale: #5C5C5C. Windows color (decimal): -5556402 or 5126059. OLE color: 5126059.

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

Color convert

RGB 171 55 78 -
CMYK 0 0.68 0.54 0.33
HSL 348.1º 0.51% 0.44% -
HSV(B) 348.1º 0.68% 0.67% -
XYZ 19.54 11.94 8.48 -
YUV 92.31 119.93 184.13 -
System Red Green Blue C M Y K H S L
Decimal 171 55 78 0 0.68 0.54 0.33 348.1 0.51 0.44
Hex AB 37 4E 0 44 36 21 15C 33 2C
Octal 253 67 116 0 104 66 41 534 63 54
Binary 10101011 110111 1001110 0 1000100 110110 100001 101011100 110011 101100

Color Harmonies of #AB374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB374E

Black with #AB374E

Text Example


Text Example

White with #AB374E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB374E; }

 p { color: rgb(171,55,78); }

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

background-color css

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

 a { background-color: rgb(171,55,78); }

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

border-color css

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

 span { border-color: rgb(171,55,78); }

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