Html Css Color HEX #A13269 Rouge

📋 copy color: '#A13269'

red 161 ◦ green 50 ◦ blue 105

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

Shades of Rouge #A13269

Tints of Rouge #A13269

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.82%

 BLUE value IS 105 (41.41% from 255) = 33.23%

R = 50.95%
G = 15.82%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A13269 (or 0xA13269) is known color: Rouge. HEX triplet: A1, 32 and 69. RGB value is (161,50,105). Sum of RGB (Red+Green+Blue) = 161+50+105=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A13269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13269 is #5ECD96. Grayscale: #595959. Windows color (decimal): -6213015 or 6894241. OLE color: 6894241.

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

Color convert

RGB 161 50 105 -
CMYK 0 0.69 0.35 0.37
HSL 330.27º 0.53% 0.41% -
HSV(B) 330.27º 0.69% 0.63% -
XYZ 18.39 10.88 14.5 -
YUV 89.46 136.77 179.03 -
System Red Green Blue C M Y K H S L
Decimal 161 50 105 0 0.69 0.35 0.37 330.27 0.53 0.41
Hex A1 32 69 0 45 23 25 14A 35 29
Octal 241 62 151 0 105 43 45 512 65 51
Binary 10100001 110010 1101001 0 1000101 100011 100101 101001010 110101 101001

Color Harmonies of #A13269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13269

Black with #A13269

Text Example


Text Example

White with #A13269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13269; }

 p { color: rgb(161,50,105); }

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

background-color css

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

 a { background-color: rgb(161,50,105); }

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

border-color css

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

 span { border-color: rgb(161,50,105); }

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