Html Css Color HEX #A54441 Roof Terracotta

📋 copy color: '#A54441'

red 165 ◦ green 68 ◦ blue 65

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

Shades of Roof Terracotta #A54441

Tints of Roof Terracotta #A54441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.82%

 BLUE value IS 65 (25.78% from 255) = 21.81%

R = 55.37%
G = 22.82%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A54441 (or 0xA54441) is known color: Roof Terracotta. HEX triplet: A5, 44 and 41. RGB value is (165,68,65). Sum of RGB (Red+Green+Blue) = 165+68+65=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A54441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54441 is #5ABBBE. Grayscale: #606060. Windows color (decimal): -5946303 or 4277413. OLE color: 4277413.

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

Color convert

RGB 165 68 65 -
CMYK 0 0.59 0.61 0.35
HSL 1.8º 0.43% 0.45% -
HSV(B) 1.8º 0.61% 0.65% -
XYZ 18.54 12.52 6.44 -
YUV 96.66 110.14 176.74 -
System Red Green Blue C M Y K H S L
Decimal 165 68 65 0 0.59 0.61 0.35 1.8 0.43 0.45
Hex A5 44 41 0 3B 3D 23 2 2B 2D
Octal 245 104 101 0 73 75 43 2 53 55
Binary 10100101 1000100 1000001 0 111011 111101 100011 10 101011 101101

Color Harmonies of #A54441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54441

Black with #A54441

Text Example


Text Example

White with #A54441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54441; }

 p { color: rgb(165,68,65); }

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

background-color css

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

 a { background-color: rgb(165,68,65); }

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

border-color css

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

 span { border-color: rgb(165,68,65); }

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