Html Css Color HEX #A1513E Crail

📋 copy color: '#A1513E'

red 161 ◦ green 81 ◦ blue 62

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

Shades of Crail #A1513E

Tints of Crail #A1513E

RGB

 RED value IS 161 (63.28% from 255) = 52.96%

 GREEN value IS 81 (32.03% from 255) = 26.64%

 BLUE value IS 62 (24.61% from 255) = 20.39%

R = 52.96%
G = 26.64%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A1513E (or 0xA1513E) is known color: Crail. HEX triplet: A1, 51 and 3E. RGB value is (161,81,62). Sum of RGB (Red+Green+Blue) = 161+81+62=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A1513E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1513E is #5EAEC1. Grayscale: #666666. Windows color (decimal): -6205122 or 4084129. OLE color: 4084129.

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

Color convert

RGB 161 81 62 -
CMYK 0 0.50 0.61 0.37
HSL 11.52º 0.44% 0.44% -
HSV(B) 11.52º 0.61% 0.63% -
XYZ 18.51 13.81 6.25 -
YUV 102.75 105 169.54 -
System Red Green Blue C M Y K H S L
Decimal 161 81 62 0 0.50 0.61 0.37 11.52 0.44 0.44
Hex A1 51 3E 0 32 3D 25 C 2C 2C
Octal 241 121 76 0 62 75 45 14 54 54
Binary 10100001 1010001 111110 0 110010 111101 100101 1100 101100 101100

Color Harmonies of #A1513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1513E

Black with #A1513E

Text Example


Text Example

White with #A1513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1513E; }

 p { color: rgb(161,81,62); }

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

background-color css

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

 a { background-color: rgb(161,81,62); }

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

border-color css

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

 span { border-color: rgb(161,81,62); }

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