Html Css Color HEX #AF0541 Jazzberry Jam

📋 copy color: '#AF0541'

red 175 ◦ green 5 ◦ blue 65

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

Shades of Jazzberry Jam #AF0541

Tints of Jazzberry Jam #AF0541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.04%

 BLUE value IS 65 (25.78% from 255) = 26.53%

R = 71.43%
G = 2.04%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#AF0541 (or 0xAF0541) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 41. RGB value is (175,5,65). Sum of RGB (Red+Green+Blue) = 175+5+65=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 65 (25.78% from 255 or 26.53% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0541 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0541 is #50FABE. Grayscale: #3E3E3E. Windows color (decimal): -5307071 or 4261295. OLE color: 4261295.

HSL color Cylindrical-coordinate representation of color #AF0541: hue angle of 338.82º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0541 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 5 65 -
CMYK 0 0.97 0.63 0.31
HSL 338.82º 0.94% 0.35% -
HSV(B) 338.82º 0.97% 0.69% -
XYZ 18.69 9.6 5.87 -
YUV 62.67 129.32 208.12 -
System Red Green Blue C M Y K H S L
Decimal 175 5 65 0 0.97 0.63 0.31 338.82 0.94 0.35
Hex AF 5 41 0 61 3F 1F 153 5E 23
Octal 257 5 101 0 141 77 37 523 136 43
Binary 10101111 101 1000001 0 1100001 111111 11111 101010011 1011110 100011

Color Harmonies of #AF0541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0541

Black with #AF0541

Text Example


Text Example

White with #AF0541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0541; }

 p { color: rgb(175,5,65); }

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

background-color css

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

 a { background-color: rgb(175,5,65); }

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

border-color css

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

 span { border-color: rgb(175,5,65); }

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