Html Css Color HEX #AB4349 Night Shadz

📋 copy color: '#AB4349'

red 171 ◦ green 67 ◦ blue 73

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

Shades of Night Shadz #AB4349

Tints of Night Shadz #AB4349

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.54%

 BLUE value IS 73 (28.91% from 255) = 23.47%

R = 54.98%
G = 21.54%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB4349 (or 0xAB4349) is known color: Night Shadz. HEX triplet: AB, 43 and 49. RGB value is (171,67,73). Sum of RGB (Red+Green+Blue) = 171+67+73=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4349 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4349 is #54BCB6. Grayscale: #626262. Windows color (decimal): -5553335 or 4801451. OLE color: 4801451.

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

Color convert

RGB 171 67 73 -
CMYK 0 0.61 0.57 0.33
HSL 356.54º 0.44% 0.47% -
HSV(B) 356.54º 0.61% 0.67% -
XYZ 20 13.15 7.79 -
YUV 98.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 171 67 73 0 0.61 0.57 0.33 356.54 0.44 0.47
Hex AB 43 49 0 3D 39 21 165 2C 2F
Octal 253 103 111 0 75 71 41 545 54 57
Binary 10101011 1000011 1001001 0 111101 111001 100001 101100101 101100 101111

Color Harmonies of #AB4349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4349

Black with #AB4349

Text Example


Text Example

White with #AB4349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4349; }

 p { color: rgb(171,67,73); }

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

background-color css

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

 a { background-color: rgb(171,67,73); }

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

border-color css

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

 span { border-color: rgb(171,67,73); }

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