#af144d

Color #AF144D Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AF144D

Tints of Jazzberry Jam #AF144D

Color information

#AF144D (or 0xAF144D) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 14 and 4D. RGB value is (175,20,77). Sum of RGB (Red+Green+Blue) = 175+20+77=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF144D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF144D is #50EBB2. Grayscale: #484848. Windows color (decimal): -5303219 or 5051567. OLE color: 5051567.

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

Color convert

RGB1752077-
CMYK00.890.560.31
HSL337.94º79.49%38.24%-
HSV(B)337.94º88.57%68.63%-
XYZ19.2710.157.96-
YUV72.84130.35200.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 64.34%
GREEN value IS 20 (8.20% from 255) = 7.35%
BLUE value IS 77 (30.47% from 255) = 28.31%
R=64.34%
G=7.35%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175207700.890.560.31337.9479.4938.24
HexAF144D059381F1524f26
Octal257241150131703752211746
Binary1010111110100100110101011001111000111111010100101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af144d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af144d; }

 p { color: rgb(175,20,77); }

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

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

 a { background-color: rgb(175,20,77); }

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

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

 span { border-color: rgb(175,20,77); }

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