Html Css Color HEX #AF3341 Old Rose

📋 copy color: '#AF3341'

red 175 ◦ green 51 ◦ blue 65

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

Shades of Old Rose #AF3341

Tints of Old Rose #AF3341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.53%

 BLUE value IS 65 (25.78% from 255) = 22.34%

R = 60.14%
G = 17.53%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF3341 (or 0xAF3341) is known color: Old Rose. HEX triplet: AF, 33 and 41. RGB value is (175,51,65). Sum of RGB (Red+Green+Blue) = 175+51+65=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3341 is #50CCBE. Grayscale: #595959. Windows color (decimal): -5295295 or 4273071. OLE color: 4273071.

HSL color Cylindrical-coordinate representation of color #AF3341: hue angle of 353.23º degrees, saturation: 0.55, 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 #AF3341 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 51 65 -
CMYK 0 0.71 0.63 0.31
HSL 353.23º 0.55% 0.44% -
HSV(B) 353.23º 0.71% 0.69% -
XYZ 19.82 11.86 6.25 -
YUV 89.67 114.08 188.86 -
System Red Green Blue C M Y K H S L
Decimal 175 51 65 0 0.71 0.63 0.31 353.23 0.55 0.44
Hex AF 33 41 0 47 3F 1F 161 37 2C
Octal 257 63 101 0 107 77 37 541 67 54
Binary 10101111 110011 1000001 0 1000111 111111 11111 101100001 110111 101100

Color Harmonies of #AF3341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3341

Black with #AF3341

Text Example


Text Example

White with #AF3341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3341; }

 p { color: rgb(175,51,65); }

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

background-color css

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

 a { background-color: rgb(175,51,65); }

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

border-color css

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

 span { border-color: rgb(175,51,65); }

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