Html Css Color HEX #AF1557 Jazzberry Jam

📋 copy color: '#AF1557'

red 175 ◦ green 21 ◦ blue 87

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

Shades of Jazzberry Jam #AF1557

Tints of Jazzberry Jam #AF1557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 30.74%

R = 61.84%
G = 7.42%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF1557 (or 0xAF1557) is known color: Jazzberry Jam. HEX triplet: AF, 15 and 57. RGB value is (175,21,87). Sum of RGB (Red+Green+Blue) = 175+21+87=283 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.84% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1557 is #50EAA8. Grayscale: #4A4A4A. Windows color (decimal): -5302953 or 5707183. OLE color: 5707183.

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

Color convert

RGB 175 21 87 -
CMYK 0 0.88 0.50 0.31
HSL 334.29º 0.79% 0.38% -
HSV(B) 334.29º 0.88% 0.69% -
XYZ 19.67 10.34 9.98 -
YUV 74.57 135.02 199.63 -
System Red Green Blue C M Y K H S L
Decimal 175 21 87 0 0.88 0.50 0.31 334.29 0.79 0.38
Hex AF 15 57 0 58 32 1F 14E 4F 26
Octal 257 25 127 0 130 62 37 516 117 46
Binary 10101111 10101 1010111 0 1011000 110010 11111 101001110 1001111 100110

Color Harmonies of #AF1557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1557

Black with #AF1557

Text Example


Text Example

White with #AF1557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1557; }

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

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

background-color css

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

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

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

border-color css

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

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

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