Html Css Color HEX #A43961 Rouge

📋 copy color: '#A43961'

red 164 ◦ green 57 ◦ blue 97

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

Shades of Rouge #A43961

Tints of Rouge #A43961

RGB

 RED value IS 164 (64.45% from 255) = 51.57%

 GREEN value IS 57 (22.66% from 255) = 17.92%

 BLUE value IS 97 (38.28% from 255) = 30.5%

R = 51.57%
G = 17.92%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A43961 (or 0xA43961) is known color: Rouge. HEX triplet: A4, 39 and 61. RGB value is (164,57,97). Sum of RGB (Red+Green+Blue) = 164+57+97=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A43961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43961 is #5BC69E. Grayscale: #5D5D5D. Windows color (decimal): -6014623 or 6371748. OLE color: 6371748.

HSL color Cylindrical-coordinate representation of color #A43961: hue angle of 337.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A43961 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 57 97 -
CMYK 0 0.65 0.41 0.36
HSL 337.57º 0.48% 0.43% -
HSV(B) 337.57º 0.65% 0.64% -
XYZ 18.93 11.68 12.57 -
YUV 93.55 129.95 178.25 -
System Red Green Blue C M Y K H S L
Decimal 164 57 97 0 0.65 0.41 0.36 337.57 0.48 0.43
Hex A4 39 61 0 41 29 24 152 30 2B
Octal 244 71 141 0 101 51 44 522 60 53
Binary 10100100 111001 1100001 0 1000001 101001 100100 101010010 110000 101011

Color Harmonies of #A43961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43961

Black with #A43961

Text Example


Text Example

White with #A43961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43961; }

 p { color: rgb(164,57,97); }

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

background-color css

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

 a { background-color: rgb(164,57,97); }

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

border-color css

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

 span { border-color: rgb(164,57,97); }

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