Html Css Color HEX #A53B50 Night Shadz

📋 copy color: '#A53B50'

red 165 ◦ green 59 ◦ blue 80

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

Shades of Night Shadz #A53B50

Tints of Night Shadz #A53B50

RGB

 RED value IS 165 (64.84% from 255) = 54.28%

 GREEN value IS 59 (23.44% from 255) = 19.41%

 BLUE value IS 80 (31.64% from 255) = 26.32%

R = 54.28%
G = 19.41%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A53B50 (or 0xA53B50) is known color: Night Shadz. HEX triplet: A5, 3B and 50. RGB value is (165,59,80). Sum of RGB (Red+Green+Blue) = 165+59+80=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53B50 is #5AC4AF. Grayscale: #5D5D5D. Windows color (decimal): -5948592 or 5258149. OLE color: 5258149.

HSL color Cylindrical-coordinate representation of color #A53B50: hue angle of 348.11º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A53B50 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 59 80 -
CMYK 0 0.64 0.52 0.35
HSL 348.11º 0.47% 0.44% -
HSV(B) 348.11º 0.64% 0.65% -
XYZ 18.53 11.71 8.87 -
YUV 93.09 120.62 179.29 -
System Red Green Blue C M Y K H S L
Decimal 165 59 80 0 0.64 0.52 0.35 348.11 0.47 0.44
Hex A5 3B 50 0 40 34 23 15C 2F 2C
Octal 245 73 120 0 100 64 43 534 57 54
Binary 10100101 111011 1010000 0 1000000 110100 100011 101011100 101111 101100

Color Harmonies of #A53B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53B50

Black with #A53B50

Text Example


Text Example

White with #A53B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53B50; }

 p { color: rgb(165,59,80); }

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

background-color css

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

 a { background-color: rgb(165,59,80); }

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

border-color css

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

 span { border-color: rgb(165,59,80); }

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