Html Css Color HEX #AF3262 Rouge

📋 copy color: '#AF3262'

red 175 ◦ green 50 ◦ blue 98

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

Shades of Rouge #AF3262

Tints of Rouge #AF3262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.48%

 BLUE value IS 98 (38.67% from 255) = 30.34%

R = 54.18%
G = 15.48%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AF3262 (or 0xAF3262) is known color: Rouge. HEX triplet: AF, 32 and 62. RGB value is (175,50,98). Sum of RGB (Red+Green+Blue) = 175+50+98=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3262 is #50CD9D. Grayscale: #5C5C5C. Windows color (decimal): -5295518 or 6435503. OLE color: 6435503.

HSL color Cylindrical-coordinate representation of color #AF3262: hue angle of 336.96º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3262 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 50 98 -
CMYK 0 0.71 0.44 0.31
HSL 336.96º 0.56% 0.44% -
HSV(B) 336.96º 0.71% 0.69% -
XYZ 21.02 12.28 12.82 -
YUV 92.85 130.91 186.6 -
System Red Green Blue C M Y K H S L
Decimal 175 50 98 0 0.71 0.44 0.31 336.96 0.56 0.44
Hex AF 32 62 0 47 2C 1F 151 38 2C
Octal 257 62 142 0 107 54 37 521 70 54
Binary 10101111 110010 1100010 0 1000111 101100 11111 101010001 111000 101100

Color Harmonies of #AF3262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3262

Black with #AF3262

Text Example


Text Example

White with #AF3262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3262; }

 p { color: rgb(175,50,98); }

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

background-color css

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

 a { background-color: rgb(175,50,98); }

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

border-color css

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

 span { border-color: rgb(175,50,98); }

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