Html Css Color HEX #AF1959 Jazzberry Jam

📋 copy color: '#AF1959'

red 175 ◦ green 25 ◦ blue 89

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

Shades of Jazzberry Jam #AF1959

Tints of Jazzberry Jam #AF1959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

 BLUE value IS 89 (35.16% from 255) = 30.8%

R = 60.55%
G = 8.65%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF1959 (or 0xAF1959) is known color: Jazzberry Jam. HEX triplet: AF, 19 and 59. RGB value is (175,25,89). Sum of RGB (Red+Green+Blue) = 175+25+89=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1959 is #50E6A6. Grayscale: #4D4D4D. Windows color (decimal): -5301927 or 5839279. OLE color: 5839279.

HSL color Cylindrical-coordinate representation of color #AF1959: hue angle of 334.4º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1959 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 25 89 -
CMYK 0 0.86 0.49 0.31
HSL 334.4º 0.75% 0.39% -
HSV(B) 334.4º 0.86% 0.69% -
XYZ 19.83 10.53 10.44 -
YUV 77.15 134.7 197.8 -
System Red Green Blue C M Y K H S L
Decimal 175 25 89 0 0.86 0.49 0.31 334.4 0.75 0.39
Hex AF 19 59 0 56 31 1F 14E 4B 27
Octal 257 31 131 0 126 61 37 516 113 47
Binary 10101111 11001 1011001 0 1010110 110001 11111 101001110 1001011 100111

Color Harmonies of #AF1959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1959

Black with #AF1959

Text Example


Text Example

White with #AF1959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1959; }

 p { color: rgb(175,25,89); }

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

background-color css

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

 a { background-color: rgb(175,25,89); }

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

border-color css

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

 span { border-color: rgb(175,25,89); }

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