Html Css Color HEX #A1513F Crail

📋 copy color: '#A1513F'

red 161 ◦ green 81 ◦ blue 63

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

Shades of Crail #A1513F

Tints of Crail #A1513F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.66%

R = 52.79%
G = 26.56%
B = 20.66%

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

#A1513F (or 0xA1513F) is known color: Crail. HEX triplet: A1, 51 and 3F. RGB value is (161,81,63). Sum of RGB (Red+Green+Blue) = 161+81+63=305 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.79% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 161 - color contains mainly: red. Hex color #A1513F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1513F is #5EAEC0. Grayscale: #676767. Windows color (decimal): -6205121 or 4149665. OLE color: 4149665.

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

Color convert

RGB 161 81 63 -
CMYK 0 0.50 0.61 0.37
HSL 11.02º 0.44% 0.44% -
HSV(B) 11.02º 0.61% 0.63% -
XYZ 18.54 13.82 6.39 -
YUV 102.87 105.5 169.46 -
System Red Green Blue C M Y K H S L
Decimal 161 81 63 0 0.50 0.61 0.37 11.02 0.44 0.44
Hex A1 51 3F 0 32 3D 25 B 2C 2C
Octal 241 121 77 0 62 75 45 13 54 54
Binary 10100001 1010001 111111 0 110010 111101 100101 1011 101100 101100

Color Harmonies of #A1513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1513F

Black with #A1513F

Text Example


Text Example

White with #A1513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1513F; }

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

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

background-color css

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

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

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

border-color css

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

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

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