Html Css Color HEX #AF144F Jazzberry Jam

📋 copy color: '#AF144F'

red 175 ◦ green 20 ◦ blue 79

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

Shades of Jazzberry Jam #AF144F

Tints of Jazzberry Jam #AF144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.3%

 BLUE value IS 79 (31.25% from 255) = 28.83%

R = 63.87%
G = 7.3%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF144F (or 0xAF144F) is known color: Jazzberry Jam. HEX triplet: AF, 14 and 4F. RGB value is (175,20,79). Sum of RGB (Red+Green+Blue) = 175+20+79=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF144F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF144F is #50EBB0. Grayscale: #484848. Windows color (decimal): -5303217 or 5182639. OLE color: 5182639.

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

Color convert

RGB 175 20 79 -
CMYK 0 0.89 0.55 0.31
HSL 337.16º 0.79% 0.38% -
HSV(B) 337.16º 0.89% 0.69% -
XYZ 19.34 10.18 8.34 -
YUV 73.07 131.35 200.7 -
System Red Green Blue C M Y K H S L
Decimal 175 20 79 0 0.89 0.55 0.31 337.16 0.79 0.38
Hex AF 14 4F 0 59 37 1F 151 4F 26
Octal 257 24 117 0 131 67 37 521 117 46
Binary 10101111 10100 1001111 0 1011001 110111 11111 101010001 1001111 100110

Color Harmonies of #AF144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF144F

Black with #AF144F

Text Example


Text Example

White with #AF144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF144F; }

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

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

background-color css

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

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

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

border-color css

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

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

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