Html Css Color HEX #AF1550 Jazzberry Jam

📋 copy color: '#AF1550'

red 175 ◦ green 21 ◦ blue 80

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

Shades of Jazzberry Jam #AF1550

Tints of Jazzberry Jam #AF1550

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.61%

 BLUE value IS 80 (31.64% from 255) = 28.99%

R = 63.41%
G = 7.61%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#AF1550 (or 0xAF1550) is known color: Jazzberry Jam. HEX triplet: AF, 15 and 50. RGB value is (175,21,80). Sum of RGB (Red+Green+Blue) = 175+21+80=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1550 is #50EAAF. Grayscale: #494949. Windows color (decimal): -5302960 or 5248431. OLE color: 5248431.

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

Color convert

RGB 175 21 80 -
CMYK 0 0.88 0.54 0.31
HSL 337.01º 0.79% 0.38% -
HSV(B) 337.01º 0.88% 0.69% -
XYZ 19.4 10.23 8.54 -
YUV 73.77 131.52 200.2 -
System Red Green Blue C M Y K H S L
Decimal 175 21 80 0 0.88 0.54 0.31 337.01 0.79 0.38
Hex AF 15 50 0 58 36 1F 151 4F 26
Octal 257 25 120 0 130 66 37 521 117 46
Binary 10101111 10101 1010000 0 1011000 110110 11111 101010001 1001111 100110

Color Harmonies of #AF1550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1550

Black with #AF1550

Text Example


Text Example

White with #AF1550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1550; }

 p { color: rgb(175,21,80); }

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

background-color css

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

 a { background-color: rgb(175,21,80); }

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

border-color css

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

 span { border-color: rgb(175,21,80); }

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