Html Css Color HEX #A53D40 Well Read

📋 copy color: '#A53D40'

red 165 ◦ green 61 ◦ blue 64

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

Shades of Well Read #A53D40

Tints of Well Read #A53D40

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.03%

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

R = 56.9%
G = 21.03%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A53D40 (or 0xA53D40) is known color: Well Read. HEX triplet: A5, 3D and 40. RGB value is (165,61,64). Sum of RGB (Red+Green+Blue) = 165+61+64=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A53D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53D40 is #5AC2BF. Grayscale: #5C5C5C. Windows color (decimal): -5948096 or 4210085. OLE color: 4210085.

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

Color convert

RGB 165 61 64 -
CMYK 0 0.63 0.61 0.35
HSL 358.27º 0.46% 0.44% -
HSV(B) 358.27º 0.63% 0.65% -
XYZ 18.11 11.71 6.16 -
YUV 92.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 165 61 64 0 0.63 0.61 0.35 358.27 0.46 0.44
Hex A5 3D 40 0 3F 3D 23 166 2E 2C
Octal 245 75 100 0 77 75 43 546 56 54
Binary 10100101 111101 1000000 0 111111 111101 100011 101100110 101110 101100

Color Harmonies of #A53D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53D40

Black with #A53D40

Text Example


Text Example

White with #A53D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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