Html Css Color HEX #AB4248 Night Shadz

📋 copy color: '#AB4248'

red 171 ◦ green 66 ◦ blue 72

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

Shades of Night Shadz #AB4248

Tints of Night Shadz #AB4248

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.36%

 BLUE value IS 72 (28.52% from 255) = 23.3%

R = 55.34%
G = 21.36%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB4248 (or 0xAB4248) is known color: Night Shadz. HEX triplet: AB, 42 and 48. RGB value is (171,66,72). Sum of RGB (Red+Green+Blue) = 171+66+72=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4248 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4248 is #54BDB7. Grayscale: #626262. Windows color (decimal): -5553592 or 4735659. OLE color: 4735659.

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

Color convert

RGB 171 66 72 -
CMYK 0 0.61 0.58 0.33
HSL 356.57º 0.44% 0.46% -
HSV(B) 356.57º 0.61% 0.67% -
XYZ 19.91 13.02 7.59 -
YUV 98.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 171 66 72 0 0.61 0.58 0.33 356.57 0.44 0.46
Hex AB 42 48 0 3D 3A 21 165 2C 2E
Octal 253 102 110 0 75 72 41 545 54 56
Binary 10101011 1000010 1001000 0 111101 111010 100001 101100101 101100 101110

Color Harmonies of #AB4248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4248

Black with #AB4248

Text Example


Text Example

White with #AB4248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4248; }

 p { color: rgb(171,66,72); }

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

background-color css

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

 a { background-color: rgb(171,66,72); }

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

border-color css

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

 span { border-color: rgb(171,66,72); }

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