Html Css Color HEX #A14D75 Royal Heath

📋 copy color: '#A14D75'

red 161 ◦ green 77 ◦ blue 117

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

Shades of Royal Heath #A14D75

Tints of Royal Heath #A14D75

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.69%

 BLUE value IS 117 (46.09% from 255) = 32.96%

R = 45.35%
G = 21.69%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A14D75 (or 0xA14D75) is known color: Royal Heath. HEX triplet: A1, 4D and 75. RGB value is (161,77,117). Sum of RGB (Red+Green+Blue) = 161+77+117=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A14D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14D75 is #5EB28A. Grayscale: #6A6A6A. Windows color (decimal): -6206091 or 7687585. OLE color: 7687585.

HSL color Cylindrical-coordinate representation of color #A14D75: hue angle of 331.43º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A14D75 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 77 117 -
CMYK 0 0.52 0.27 0.37
HSL 331.43º 0.35% 0.47% -
HSV(B) 331.43º 0.52% 0.63% -
XYZ 20.56 14.17 18.48 -
YUV 106.68 133.83 166.75 -
System Red Green Blue C M Y K H S L
Decimal 161 77 117 0 0.52 0.27 0.37 331.43 0.35 0.47
Hex A1 4D 75 0 34 1B 25 14B 23 2F
Octal 241 115 165 0 64 33 45 513 43 57
Binary 10100001 1001101 1110101 0 110100 11011 100101 101001011 100011 101111

Color Harmonies of #A14D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14D75

Black with #A14D75

Text Example


Text Example

White with #A14D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14D75; }

 p { color: rgb(161,77,117); }

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

background-color css

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

 a { background-color: rgb(161,77,117); }

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

border-color css

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

 span { border-color: rgb(161,77,117); }

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