#AF4121

Color #AF4121 Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #AF4121

Tints of Rose Of Sharon #AF4121

Color information

#AF4121 (or 0xAF4121) is unknown color: approx Rose Of Sharon. HEX triplet: AF, 41 and 21. RGB value is (175,65,33). Sum of RGB (Red+Green+Blue) = 175+65+33=273 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.10% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4121 is #50BEDE. Grayscale: #5E5E5E. Windows color (decimal): -5291743 or 2179503. OLE color: 2179503.

HSL color Cylindrical-coordinate representation of color #AF4121: hue angle of 13.52º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF4121 is Cyan = 0, Magento = 0.63, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB1756533-
CMYK00.630.810.31
HSL13.52º68.27%40.78%-
HSV(B)13.52º81.14%68.63%-
XYZ19.84132.9-
YUV94.2493.44185.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.10%
GREEN value IS 65 (25.78% from 255) = 23.81%
BLUE value IS 33 (13.28% from 255) = 12.09%
R=64.10%
G=23.81%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175653300.630.810.3113.5268.2740.78
HexAF412103F511Fe4429
Octal25710141077121371610451
Binary101011111000001100001011111110100011111111101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4121; }

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

 H1.HeaderClassName
 {
   color: #AF4121;
 }
 .AnyTagClassName
 {
   color: #AF4121;
 }
</style>
background-color css

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

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

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

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

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

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