Html Css Color HEX #A13267 Rouge

📋 copy color: '#A13267'

red 161 ◦ green 50 ◦ blue 103

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

Shades of Rouge #A13267

Tints of Rouge #A13267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.8%

R = 51.27%
G = 15.92%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A13267 (or 0xA13267) is known color: Rouge. HEX triplet: A1, 32 and 67. RGB value is (161,50,103). Sum of RGB (Red+Green+Blue) = 161+50+103=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A13267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13267 is #5ECD98. Grayscale: #595959. Windows color (decimal): -6213017 or 6763169. OLE color: 6763169.

HSL color Cylindrical-coordinate representation of color #A13267: hue angle of 331.35º 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 #A13267 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 50 103 -
CMYK 0 0.69 0.36 0.37
HSL 331.35º 0.53% 0.41% -
HSV(B) 331.35º 0.69% 0.63% -
XYZ 18.29 10.84 13.96 -
YUV 89.23 135.77 179.19 -
System Red Green Blue C M Y K H S L
Decimal 161 50 103 0 0.69 0.36 0.37 331.35 0.53 0.41
Hex A1 32 67 0 45 24 25 14B 35 29
Octal 241 62 147 0 105 44 45 513 65 51
Binary 10100001 110010 1100111 0 1000101 100100 100101 101001011 110101 101001

Color Harmonies of #A13267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13267

Black with #A13267

Text Example


Text Example

White with #A13267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13267; }

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

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

background-color css

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

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

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

border-color css

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

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

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