Html Css Color HEX #AF0C49 Jazzberry Jam

📋 copy color: '#AF0C49'

red 175 ◦ green 12 ◦ blue 73

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

Shades of Jazzberry Jam #AF0C49

Tints of Jazzberry Jam #AF0C49

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.62%

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

R = 67.31%
G = 4.62%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF0C49 (or 0xAF0C49) is known color: Jazzberry Jam. HEX triplet: AF, 0C and 49. RGB value is (175,12,73). Sum of RGB (Red+Green+Blue) = 175+12+73=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0C49 is #50F3B6. Grayscale: #434343. Windows color (decimal): -5305271 or 4787375. OLE color: 4787375.

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

Color convert

RGB 175 12 73 -
CMYK 0 0.93 0.58 0.31
HSL 337.55º 0.87% 0.37% -
HSV(B) 337.55º 0.93% 0.69% -
XYZ 19.01 9.86 7.2 -
YUV 67.69 131 204.54 -
System Red Green Blue C M Y K H S L
Decimal 175 12 73 0 0.93 0.58 0.31 337.55 0.87 0.37
Hex AF C 49 0 5D 3A 1F 152 57 25
Octal 257 14 111 0 135 72 37 522 127 45
Binary 10101111 1100 1001001 0 1011101 111010 11111 101010010 1010111 100101

Color Harmonies of #AF0C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C49

Black with #AF0C49

Text Example


Text Example

White with #AF0C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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