Html Css Color HEX #A53B40 Night Shadz

📋 copy color: '#A53B40'

red 165 ◦ green 59 ◦ blue 64

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

Shades of Night Shadz #A53B40

Tints of Night Shadz #A53B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.22%

R = 57.29%
G = 20.49%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A53B40 (or 0xA53B40) is known color: Night Shadz. HEX triplet: A5, 3B and 40. RGB value is (165,59,64). Sum of RGB (Red+Green+Blue) = 165+59+64=288 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.29% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53B40 is #5AC4BF. Grayscale: #5B5B5B. Windows color (decimal): -5948608 or 4209573. OLE color: 4209573.

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

Color convert

RGB 165 59 64 -
CMYK 0 0.64 0.61 0.35
HSL 357.17º 0.47% 0.44% -
HSV(B) 357.17º 0.64% 0.65% -
XYZ 18.01 11.5 6.12 -
YUV 91.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 165 59 64 0 0.64 0.61 0.35 357.17 0.47 0.44
Hex A5 3B 40 0 40 3D 23 165 2F 2C
Octal 245 73 100 0 100 75 43 545 57 54
Binary 10100101 111011 1000000 0 1000000 111101 100011 101100101 101111 101100

Color Harmonies of #A53B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53B40

Black with #A53B40

Text Example


Text Example

White with #A53B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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