Html Css Color HEX #A53250 Night Shadz

📋 copy color: '#A53250'

red 165 ◦ green 50 ◦ blue 80

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

Shades of Night Shadz #A53250

Tints of Night Shadz #A53250

RGB

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

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

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

R = 55.93%
G = 16.95%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A53250 (or 0xA53250) is known color: Night Shadz. HEX triplet: A5, 32 and 50. RGB value is (165,50,80). Sum of RGB (Red+Green+Blue) = 165+50+80=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A53250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53250 is #5ACDAF. Grayscale: #575757. Windows color (decimal): -5950896 or 5255845. OLE color: 5255845.

HSL color Cylindrical-coordinate representation of color #A53250: hue angle of 344.35º 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 #A53250 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 50 80 -
CMYK 0 0.70 0.52 0.35
HSL 344.35º 0.53% 0.42% -
HSV(B) 344.35º 0.7% 0.65% -
XYZ 18.11 10.86 8.73 -
YUV 87.81 123.6 183.06 -
System Red Green Blue C M Y K H S L
Decimal 165 50 80 0 0.70 0.52 0.35 344.35 0.53 0.42
Hex A5 32 50 0 46 34 23 158 35 2A
Octal 245 62 120 0 106 64 43 530 65 52
Binary 10100101 110010 1010000 0 1000110 110100 100011 101011000 110101 101010

Color Harmonies of #A53250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53250

Black with #A53250

Text Example


Text Example

White with #A53250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53250; }

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

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

background-color css

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

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

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

border-color css

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

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

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