Html Css Color HEX #A52D64 Rouge

📋 copy color: '#A52D64'

red 165 ◦ green 45 ◦ blue 100

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

Shades of Rouge #A52D64

Tints of Rouge #A52D64

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.52%

 BLUE value IS 100 (39.45% from 255) = 32.26%

R = 53.23%
G = 14.52%
B = 32.26%

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

#A52D64 (or 0xA52D64) is known color: Rouge. HEX triplet: A5, 2D and 64. RGB value is (165,45,100). Sum of RGB (Red+Green+Blue) = 165+45+100=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52D64 is #5AD29B. Grayscale: #575757. Windows color (decimal): -5952156 or 6565285. OLE color: 6565285.

HSL color Cylindrical-coordinate representation of color #A52D64: hue angle of 332.5º degrees, saturation: 0.57, 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 #A52D64 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 45 100 -
CMYK 0 0.73 0.39 0.35
HSL 332.5º 0.57% 0.41% -
HSV(B) 332.5º 0.73% 0.65% -
XYZ 18.76 10.8 13.15 -
YUV 87.15 135.26 183.53 -
System Red Green Blue C M Y K H S L
Decimal 165 45 100 0 0.73 0.39 0.35 332.5 0.57 0.41
Hex A5 2D 64 0 49 27 23 14C 39 29
Octal 245 55 144 0 111 47 43 514 71 51
Binary 10100101 101101 1100100 0 1001001 100111 100011 101001100 111001 101001

Color Harmonies of #A52D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52D64

Black with #A52D64

Text Example


Text Example

White with #A52D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52D64; }

 p { color: rgb(165,45,100); }

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

background-color css

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

 a { background-color: rgb(165,45,100); }

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

border-color css

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

 span { border-color: rgb(165,45,100); }

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