Html Css Color HEX #AB374D Night Shadz

📋 copy color: '#AB374D'

red 171 ◦ green 55 ◦ blue 77

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

Shades of Night Shadz #AB374D

Tints of Night Shadz #AB374D

RGB

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

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

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

R = 56.44%
G = 18.15%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB374D (or 0xAB374D) is known color: Night Shadz. HEX triplet: AB, 37 and 4D. RGB value is (171,55,77). Sum of RGB (Red+Green+Blue) = 171+55+77=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB374D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB374D is #54C8B2. Grayscale: #5C5C5C. Windows color (decimal): -5556403 or 5060523. OLE color: 5060523.

HSL color Cylindrical-coordinate representation of color #AB374D: hue angle of 348.62º 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 #AB374D is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 55 77 -
CMYK 0 0.68 0.55 0.33
HSL 348.62º 0.51% 0.44% -
HSV(B) 348.62º 0.68% 0.67% -
XYZ 19.5 11.93 8.3 -
YUV 92.19 119.43 184.21 -
System Red Green Blue C M Y K H S L
Decimal 171 55 77 0 0.68 0.55 0.33 348.62 0.51 0.44
Hex AB 37 4D 0 44 37 21 15D 33 2C
Octal 253 67 115 0 104 67 41 535 63 54
Binary 10101011 110111 1001101 0 1000100 110111 100001 101011101 110011 101100

Color Harmonies of #AB374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB374D

Black with #AB374D

Text Example


Text Example

White with #AB374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB374D; }

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

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

background-color css

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

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

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

border-color css

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

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

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