Html Css Color HEX #A4375E Rouge

📋 copy color: '#A4375E'

red 164 ◦ green 55 ◦ blue 94

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

Shades of Rouge #A4375E

Tints of Rouge #A4375E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.03%

R = 52.4%
G = 17.57%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A4375E (or 0xA4375E) is known color: Rouge. HEX triplet: A4, 37 and 5E. RGB value is (164,55,94). Sum of RGB (Red+Green+Blue) = 164+55+94=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A4375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4375E is #5BC8A1. Grayscale: #5B5B5B. Windows color (decimal): -6015138 or 6174628. OLE color: 6174628.

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

Color convert

RGB 164 55 94 -
CMYK 0 0.66 0.43 0.36
HSL 338.53º 0.5% 0.43% -
HSV(B) 338.53º 0.66% 0.64% -
XYZ 18.7 11.43 11.81 -
YUV 92.04 129.11 179.33 -
System Red Green Blue C M Y K H S L
Decimal 164 55 94 0 0.66 0.43 0.36 338.53 0.5 0.43
Hex A4 37 5E 0 42 2B 24 153 32 2B
Octal 244 67 136 0 102 53 44 523 62 53
Binary 10100100 110111 1011110 0 1000010 101011 100100 101010011 110010 101011

Color Harmonies of #A4375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4375E

Black with #A4375E

Text Example


Text Example

White with #A4375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4375E; }

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

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

background-color css

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

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

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

border-color css

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

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

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