Html Css Color HEX #A14372 Rouge

📋 copy color: '#A14372'

red 161 ◦ green 67 ◦ blue 114

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

Shades of Rouge #A14372

Tints of Rouge #A14372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.59%

 BLUE value IS 114 (44.92% from 255) = 33.33%

R = 47.08%
G = 19.59%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A14372 (or 0xA14372) is known color: Rouge. HEX triplet: A1, 43 and 72. RGB value is (161,67,114). Sum of RGB (Red+Green+Blue) = 161+67+114=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A14372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14372 is #5EBC8D. Grayscale: #646464. Windows color (decimal): -6208654 or 7488417. OLE color: 7488417.

HSL color Cylindrical-coordinate representation of color #A14372: hue angle of 330º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14372 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 67 114 -
CMYK 0 0.58 0.29 0.37
HSL 330º 0.41% 0.45% -
HSV(B) 330º 0.58% 0.63% -
XYZ 19.74 12.81 17.35 -
YUV 100.46 135.64 171.18 -
System Red Green Blue C M Y K H S L
Decimal 161 67 114 0 0.58 0.29 0.37 330 0.41 0.45
Hex A1 43 72 0 3A 1D 25 14A 29 2D
Octal 241 103 162 0 72 35 45 512 51 55
Binary 10100001 1000011 1110010 0 111010 11101 100101 101001010 101001 101101

Color Harmonies of #A14372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14372

Black with #A14372

Text Example


Text Example

White with #A14372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14372; }

 p { color: rgb(161,67,114); }

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

background-color css

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

 a { background-color: rgb(161,67,114); }

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

border-color css

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

 span { border-color: rgb(161,67,114); }

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