Html Css Color HEX #A63F61 Rouge

📋 copy color: '#A63F61'

red 166 ◦ green 63 ◦ blue 97

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

Shades of Rouge #A63F61

Tints of Rouge #A63F61

RGB

 RED value IS 166 (65.23% from 255) = 50.92%

 GREEN value IS 63 (25% from 255) = 19.33%

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

R = 50.92%
G = 19.33%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A63F61 (or 0xA63F61) is known color: Rouge. HEX triplet: A6, 3F and 61. RGB value is (166,63,97). Sum of RGB (Red+Green+Blue) = 166+63+97=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63F61 is #59C09E. Grayscale: #616161. Windows color (decimal): -5882015 or 6373286. OLE color: 6373286.

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

Color convert

RGB 166 63 97 -
CMYK 0 0.62 0.42 0.35
HSL 340.19º 0.45% 0.45% -
HSV(B) 340.19º 0.62% 0.65% -
XYZ 19.66 12.53 12.69 -
YUV 97.67 127.62 176.74 -
System Red Green Blue C M Y K H S L
Decimal 166 63 97 0 0.62 0.42 0.35 340.19 0.45 0.45
Hex A6 3F 61 0 3E 2A 23 154 2D 2D
Octal 246 77 141 0 76 52 43 524 55 55
Binary 10100110 111111 1100001 0 111110 101010 100011 101010100 101101 101101

Color Harmonies of #A63F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63F61

Black with #A63F61

Text Example


Text Example

White with #A63F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63F61; }

 p { color: rgb(166,63,97); }

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

background-color css

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

 a { background-color: rgb(166,63,97); }

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

border-color css

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

 span { border-color: rgb(166,63,97); }

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