Html Css Color HEX #A03761 Rouge

📋 copy color: '#A03761'

red 160 ◦ green 55 ◦ blue 97

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

Shades of Rouge #A03761

Tints of Rouge #A03761

RGB

 RED value IS 160 (62.89% from 255) = 51.28%

 GREEN value IS 55 (21.88% from 255) = 17.63%

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

R = 51.28%
G = 17.63%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A03761 (or 0xA03761) is known color: Rouge. HEX triplet: A0, 37 and 61. RGB value is (160,55,97). Sum of RGB (Red+Green+Blue) = 160+55+97=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A03761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03761 is #5FC89E. Grayscale: #5B5B5B. Windows color (decimal): -6277279 or 6371232. OLE color: 6371232.

HSL color Cylindrical-coordinate representation of color #A03761: hue angle of 336º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03761 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 55 97 -
CMYK 0 0.66 0.39 0.37
HSL 336º 0.49% 0.42% -
HSV(B) 336º 0.66% 0.63% -
XYZ 18.02 11.07 12.5 -
YUV 91.18 131.29 177.08 -
System Red Green Blue C M Y K H S L
Decimal 160 55 97 0 0.66 0.39 0.37 336 0.49 0.42
Hex A0 37 61 0 42 27 25 150 31 2A
Octal 240 67 141 0 102 47 45 520 61 52
Binary 10100000 110111 1100001 0 1000010 100111 100101 101010000 110001 101010

Color Harmonies of #A03761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03761

Black with #A03761

Text Example


Text Example

White with #A03761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03761; }

 p { color: rgb(160,55,97); }

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

background-color css

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

 a { background-color: rgb(160,55,97); }

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

border-color css

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

 span { border-color: rgb(160,55,97); }

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