Html Css Color HEX #A14375 Rouge

📋 copy color: '#A14375'

red 161 ◦ green 67 ◦ blue 117

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

Shades of Rouge #A14375

Tints of Rouge #A14375

RGB

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

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

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

R = 46.67%
G = 19.42%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A14375 (or 0xA14375) is known color: Rouge. HEX triplet: A1, 43 and 75. RGB value is (161,67,117). Sum of RGB (Red+Green+Blue) = 161+67+117=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A14375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14375 is #5EBC8A. Grayscale: #646464. Windows color (decimal): -6208651 or 7685025. OLE color: 7685025.

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

Color convert

RGB 161 67 117 -
CMYK 0 0.58 0.27 0.37
HSL 328.09º 0.41% 0.45% -
HSV(B) 328.09º 0.58% 0.63% -
XYZ 19.92 12.88 18.27 -
YUV 100.81 137.14 170.93 -
System Red Green Blue C M Y K H S L
Decimal 161 67 117 0 0.58 0.27 0.37 328.09 0.41 0.45
Hex A1 43 75 0 3A 1B 25 148 29 2D
Octal 241 103 165 0 72 33 45 510 51 55
Binary 10100001 1000011 1110101 0 111010 11011 100101 101001000 101001 101101

Color Harmonies of #A14375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14375

Black with #A14375

Text Example


Text Example

White with #A14375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14375; }

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

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

background-color css

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

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

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

border-color css

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

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

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