Html Css Color HEX #AF3D5D Rouge

📋 copy color: '#AF3D5D'

red 175 ◦ green 61 ◦ blue 93

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

Shades of Rouge #AF3D5D

Tints of Rouge #AF3D5D

RGB

 RED value IS 175 (68.75% from 255) = 53.19%

 GREEN value IS 61 (24.22% from 255) = 18.54%

 BLUE value IS 93 (36.72% from 255) = 28.27%

R = 53.19%
G = 18.54%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF3D5D (or 0xAF3D5D) is known color: Rouge. HEX triplet: AF, 3D and 5D. RGB value is (175,61,93). Sum of RGB (Red+Green+Blue) = 175+61+93=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3D5D is #50C2A2. Grayscale: #626262. Windows color (decimal): -5292707 or 6110639. OLE color: 6110639.

HSL color Cylindrical-coordinate representation of color #AF3D5D: hue angle of 343.16º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF3D5D is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 61 93 -
CMYK 0 0.65 0.47 0.31
HSL 343.16º 0.48% 0.46% -
HSV(B) 343.16º 0.65% 0.69% -
XYZ 21.32 13.24 11.79 -
YUV 98.73 124.77 182.4 -
System Red Green Blue C M Y K H S L
Decimal 175 61 93 0 0.65 0.47 0.31 343.16 0.48 0.46
Hex AF 3D 5D 0 41 2F 1F 157 30 2E
Octal 257 75 135 0 101 57 37 527 60 56
Binary 10101111 111101 1011101 0 1000001 101111 11111 101010111 110000 101110

Color Harmonies of #AF3D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3D5D

Black with #AF3D5D

Text Example


Text Example

White with #AF3D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3D5D; }

 p { color: rgb(175,61,93); }

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

background-color css

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

 a { background-color: rgb(175,61,93); }

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

border-color css

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

 span { border-color: rgb(175,61,93); }

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