Html Css Color HEX #A4375F Rouge

📋 copy color: '#A4375F'

red 164 ◦ green 55 ◦ blue 95

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

Shades of Rouge #A4375F

Tints of Rouge #A4375F

RGB

 RED value IS 164 (64.45% from 255) = 52.23%

 GREEN value IS 55 (21.88% from 255) = 17.52%

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

R = 52.23%
G = 17.52%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A4375F (or 0xA4375F) is known color: Rouge. HEX triplet: A4, 37 and 5F. RGB value is (164,55,95). Sum of RGB (Red+Green+Blue) = 164+55+95=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A4375F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4375F is #5BC8A0. Grayscale: #5C5C5C. Windows color (decimal): -6015137 or 6240164. OLE color: 6240164.

HSL color Cylindrical-coordinate representation of color #A4375F: hue angle of 337.98º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A4375F is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 55 95 -
CMYK 0 0.66 0.42 0.36
HSL 337.98º 0.5% 0.43% -
HSV(B) 337.98º 0.66% 0.64% -
XYZ 18.74 11.45 12.05 -
YUV 92.15 129.61 179.25 -
System Red Green Blue C M Y K H S L
Decimal 164 55 95 0 0.66 0.42 0.36 337.98 0.5 0.43
Hex A4 37 5F 0 42 2A 24 152 32 2B
Octal 244 67 137 0 102 52 44 522 62 53
Binary 10100100 110111 1011111 0 1000010 101010 100100 101010010 110010 101011

Color Harmonies of #A4375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4375F

Black with #A4375F

Text Example


Text Example

White with #A4375F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4375F; }

 p { color: rgb(164,55,95); }

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

background-color css

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

 a { background-color: rgb(164,55,95); }

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

border-color css

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

 span { border-color: rgb(164,55,95); }

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