Html Css Color HEX #AF491D Rose Of Sharon

📋 copy color: '#AF491D'

red 175 ◦ green 73 ◦ blue 29

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

Shades of Rose Of Sharon #AF491D

Tints of Rose Of Sharon #AF491D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.35%

 BLUE value IS 29 (11.72% from 255) = 10.47%

R = 63.18%
G = 26.35%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF491D (or 0xAF491D) is known color: Rose Of Sharon. HEX triplet: AF, 49 and 1D. RGB value is (175,73,29). Sum of RGB (Red+Green+Blue) = 175+73+29=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF491D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF491D is #50B6E2. Grayscale: #626262. Windows color (decimal): -5289699 or 1919407. OLE color: 1919407.

HSL color Cylindrical-coordinate representation of color #AF491D: hue angle of 18.08º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF491D is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 73 29 -
CMYK 0 0.58 0.83 0.31
HSL 18.08º 0.72% 0.4% -
HSV(B) 18.08º 0.83% 0.69% -
XYZ 20.28 13.97 2.79 -
YUV 98.48 88.79 182.58 -
System Red Green Blue C M Y K H S L
Decimal 175 73 29 0 0.58 0.83 0.31 18.08 0.72 0.4
Hex AF 49 1D 0 3A 53 1F 12 48 28
Octal 257 111 35 0 72 123 37 22 110 50
Binary 10101111 1001001 11101 0 111010 1010011 11111 10010 1001000 101000

Color Harmonies of #AF491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF491D

Black with #AF491D

Text Example


Text Example

White with #AF491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF491D; }

 p { color: rgb(175,73,29); }

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

background-color css

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

 a { background-color: rgb(175,73,29); }

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

border-color css

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

 span { border-color: rgb(175,73,29); }

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