Html Css Color HEX #AF1451 Jazzberry Jam

📋 copy color: '#AF1451'

red 175 ◦ green 20 ◦ blue 81

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

Shades of Jazzberry Jam #AF1451

Tints of Jazzberry Jam #AF1451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 29.35%

R = 63.41%
G = 7.25%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF1451 (or 0xAF1451) is known color: Jazzberry Jam. HEX triplet: AF, 14 and 51. RGB value is (175,20,81). Sum of RGB (Red+Green+Blue) = 175+20+81=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1451 is #50EBAE. Grayscale: #494949. Windows color (decimal): -5303215 or 5313711. OLE color: 5313711.

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

Color convert

RGB 175 20 81 -
CMYK 0 0.89 0.54 0.31
HSL 336.39º 0.79% 0.38% -
HSV(B) 336.39º 0.89% 0.69% -
XYZ 19.41 10.21 8.73 -
YUV 73.3 132.35 200.54 -
System Red Green Blue C M Y K H S L
Decimal 175 20 81 0 0.89 0.54 0.31 336.39 0.79 0.38
Hex AF 14 51 0 59 36 1F 150 4F 26
Octal 257 24 121 0 131 66 37 520 117 46
Binary 10101111 10100 1010001 0 1011001 110110 11111 101010000 1001111 100110

Color Harmonies of #AF1451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1451

Black with #AF1451

Text Example


Text Example

White with #AF1451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1451; }

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

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

background-color css

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

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

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

border-color css

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

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

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