Html Css Color HEX #A53259 Night Shadz

📋 copy color: '#A53259'

red 165 ◦ green 50 ◦ blue 89

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

Shades of Night Shadz #A53259

Tints of Night Shadz #A53259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.45%

 BLUE value IS 89 (35.16% from 255) = 29.28%

R = 54.28%
G = 16.45%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A53259 (or 0xA53259) is known color: Night Shadz. HEX triplet: A5, 32 and 59. RGB value is (165,50,89). Sum of RGB (Red+Green+Blue) = 165+50+89=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 89 (35.16% from 255 or 29.28% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A53259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53259 is #5ACDA6. Grayscale: #585858. Windows color (decimal): -5950887 or 5845669. OLE color: 5845669.

HSL color Cylindrical-coordinate representation of color #A53259: hue angle of 339.65º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A53259 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 50 89 -
CMYK 0 0.70 0.46 0.35
HSL 339.65º 0.53% 0.42% -
HSV(B) 339.65º 0.7% 0.65% -
XYZ 18.46 11 10.6 -
YUV 88.83 128.1 182.33 -
System Red Green Blue C M Y K H S L
Decimal 165 50 89 0 0.70 0.46 0.35 339.65 0.53 0.42
Hex A5 32 59 0 46 2E 23 154 35 2A
Octal 245 62 131 0 106 56 43 524 65 52
Binary 10100101 110010 1011001 0 1000110 101110 100011 101010100 110101 101010

Color Harmonies of #A53259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53259

Black with #A53259

Text Example


Text Example

White with #A53259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53259; }

 p { color: rgb(165,50,89); }

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

background-color css

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

 a { background-color: rgb(165,50,89); }

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

border-color css

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

 span { border-color: rgb(165,50,89); }

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