Html Css Color HEX #AD2F53 Night Shadz

📋 copy color: '#AD2F53'

red 173 ◦ green 47 ◦ blue 83

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

Shades of Night Shadz #AD2F53

Tints of Night Shadz #AD2F53

RGB

 RED value IS 173 (67.97% from 255) = 57.1%

 GREEN value IS 47 (18.75% from 255) = 15.51%

 BLUE value IS 83 (32.81% from 255) = 27.39%

R = 57.1%
G = 15.51%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AD2F53 (or 0xAD2F53) is known color: Night Shadz. HEX triplet: AD, 2F and 53. RGB value is (173,47,83). Sum of RGB (Red+Green+Blue) = 173+47+83=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2F53 is #52D0AC. Grayscale: #585858. Windows color (decimal): -5427373 or 5451693. OLE color: 5451693.

HSL color Cylindrical-coordinate representation of color #AD2F53: hue angle of 342.86º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AD2F53 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 47 83 -
CMYK 0 0.73 0.52 0.32
HSL 342.86º 0.57% 0.43% -
HSV(B) 342.86º 0.73% 0.68% -
XYZ 19.81 11.54 9.37 -
YUV 88.78 124.74 188.07 -
System Red Green Blue C M Y K H S L
Decimal 173 47 83 0 0.73 0.52 0.32 342.86 0.57 0.43
Hex AD 2F 53 0 49 34 20 157 39 2B
Octal 255 57 123 0 111 64 40 527 71 53
Binary 10101101 101111 1010011 0 1001001 110100 100000 101010111 111001 101011

Color Harmonies of #AD2F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2F53

Black with #AD2F53

Text Example


Text Example

White with #AD2F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2F53; }

 p { color: rgb(173,47,83); }

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

background-color css

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

 a { background-color: rgb(173,47,83); }

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

border-color css

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

 span { border-color: rgb(173,47,83); }

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