Html Css Color HEX #A1425F Rouge

📋 copy color: '#A1425F'

red 161 ◦ green 66 ◦ blue 95

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

Shades of Rouge #A1425F

Tints of Rouge #A1425F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.5%

 BLUE value IS 95 (37.5% from 255) = 29.5%

R = 50%
G = 20.5%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A1425F (or 0xA1425F) is known color: Rouge. HEX triplet: A1, 42 and 5F. RGB value is (161,66,95). Sum of RGB (Red+Green+Blue) = 161+66+95=322 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 161 - color contains mainly: red. Hex color #A1425F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1425F is #5EBDA0. Grayscale: #616161. Windows color (decimal): -6208929 or 6242977. OLE color: 6242977.

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

Color convert

RGB 161 66 95 -
CMYK 0 0.59 0.41 0.37
HSL 341.68º 0.42% 0.45% -
HSV(B) 341.68º 0.59% 0.63% -
XYZ 18.71 12.3 12.21 -
YUV 97.71 126.47 173.14 -
System Red Green Blue C M Y K H S L
Decimal 161 66 95 0 0.59 0.41 0.37 341.68 0.42 0.45
Hex A1 42 5F 0 3B 29 25 156 2A 2D
Octal 241 102 137 0 73 51 45 526 52 55
Binary 10100001 1000010 1011111 0 111011 101001 100101 101010110 101010 101101

Color Harmonies of #A1425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1425F

Black with #A1425F

Text Example


Text Example

White with #A1425F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1425F; }

 p { color: rgb(161,66,95); }

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

background-color css

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

 a { background-color: rgb(161,66,95); }

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

border-color css

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

 span { border-color: rgb(161,66,95); }

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