Html Css Color HEX #AF144C Jazzberry Jam

📋 copy color: '#AF144C'

red 175 ◦ green 20 ◦ blue 76

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

Shades of Jazzberry Jam #AF144C

Tints of Jazzberry Jam #AF144C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.04%

R = 64.58%
G = 7.38%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF144C (or 0xAF144C) is known color: Jazzberry Jam. HEX triplet: AF, 14 and 4C. RGB value is (175,20,76). Sum of RGB (Red+Green+Blue) = 175+20+76=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF144C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF144C is #50EBB3. Grayscale: #484848. Windows color (decimal): -5303220 or 4986031. OLE color: 4986031.

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

Color convert

RGB 175 20 76 -
CMYK 0 0.89 0.57 0.31
HSL 338.32º 0.79% 0.38% -
HSV(B) 338.32º 0.89% 0.69% -
XYZ 19.23 10.14 7.78 -
YUV 72.73 129.85 200.95 -
System Red Green Blue C M Y K H S L
Decimal 175 20 76 0 0.89 0.57 0.31 338.32 0.79 0.38
Hex AF 14 4C 0 59 39 1F 152 4F 26
Octal 257 24 114 0 131 71 37 522 117 46
Binary 10101111 10100 1001100 0 1011001 111001 11111 101010010 1001111 100110

Color Harmonies of #AF144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF144C

Black with #AF144C

Text Example


Text Example

White with #AF144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF144C; }

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

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

background-color css

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

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

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

border-color css

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

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

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