Html Css Color HEX #A52C65 Rouge

📋 copy color: '#A52C65'

red 165 ◦ green 44 ◦ blue 101

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

Shades of Rouge #A52C65

Tints of Rouge #A52C65

RGB

 RED value IS 165 (64.84% from 255) = 53.23%

 GREEN value IS 44 (17.58% from 255) = 14.19%

 BLUE value IS 101 (39.84% from 255) = 32.58%

R = 53.23%
G = 14.19%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A52C65 (or 0xA52C65) is known color: Rouge. HEX triplet: A5, 2C and 65. RGB value is (165,44,101). Sum of RGB (Red+Green+Blue) = 165+44+101=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52C65 is #5AD39A. Grayscale: #565656. Windows color (decimal): -5952411 or 6630565. OLE color: 6630565.

HSL color Cylindrical-coordinate representation of color #A52C65: hue angle of 331.74º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A52C65 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 44 101 -
CMYK 0 0.73 0.39 0.35
HSL 331.74º 0.58% 0.41% -
HSV(B) 331.74º 0.73% 0.65% -
XYZ 18.77 10.74 13.4 -
YUV 86.68 136.09 183.87 -
System Red Green Blue C M Y K H S L
Decimal 165 44 101 0 0.73 0.39 0.35 331.74 0.58 0.41
Hex A5 2C 65 0 49 27 23 14C 3A 29
Octal 245 54 145 0 111 47 43 514 72 51
Binary 10100101 101100 1100101 0 1001001 100111 100011 101001100 111010 101001

Color Harmonies of #A52C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52C65

Black with #A52C65

Text Example


Text Example

White with #A52C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52C65; }

 p { color: rgb(165,44,101); }

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

background-color css

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

 a { background-color: rgb(165,44,101); }

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

border-color css

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

 span { border-color: rgb(165,44,101); }

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