Html Css Color HEX #AF0F49 Jazzberry Jam

📋 copy color: '#AF0F49'

red 175 ◦ green 15 ◦ blue 73

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

Shades of Jazzberry Jam #AF0F49

Tints of Jazzberry Jam #AF0F49

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.7%

 BLUE value IS 73 (28.91% from 255) = 27.76%

R = 66.54%
G = 5.7%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF0F49 (or 0xAF0F49) is known color: Jazzberry Jam. HEX triplet: AF, 0F and 49. RGB value is (175,15,73). Sum of RGB (Red+Green+Blue) = 175+15+73=263 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.54% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0F49 is #50F0B6. Grayscale: #454545. Windows color (decimal): -5304503 or 4788143. OLE color: 4788143.

HSL color Cylindrical-coordinate representation of color #AF0F49: hue angle of 338.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF0F49 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 15 73 -
CMYK 0 0.91 0.58 0.31
HSL 338.25º 0.84% 0.37% -
HSV(B) 338.25º 0.91% 0.69% -
XYZ 19.05 9.94 7.22 -
YUV 69.45 130.01 203.28 -
System Red Green Blue C M Y K H S L
Decimal 175 15 73 0 0.91 0.58 0.31 338.25 0.84 0.37
Hex AF F 49 0 5B 3A 1F 152 54 25
Octal 257 17 111 0 133 72 37 522 124 45
Binary 10101111 1111 1001001 0 1011011 111010 11111 101010010 1010100 100101

Color Harmonies of #AF0F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0F49

Black with #AF0F49

Text Example


Text Example

White with #AF0F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0F49; }

 p { color: rgb(175,15,73); }

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

background-color css

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

 a { background-color: rgb(175,15,73); }

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

border-color css

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

 span { border-color: rgb(175,15,73); }

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