Html Css Color HEX #AF0540 Jazzberry Jam

📋 copy color: '#AF0540'

red 175 ◦ green 5 ◦ blue 64

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

Shades of Jazzberry Jam #AF0540

Tints of Jazzberry Jam #AF0540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.23%

R = 71.72%
G = 2.05%
B = 26.23%

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

#AF0540 (or 0xAF0540) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 40. RGB value is (175,5,64). Sum of RGB (Red+Green+Blue) = 175+5+64=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0540 is #50FABF. Grayscale: #3E3E3E. Windows color (decimal): -5307072 or 4195759. OLE color: 4195759.

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

Color convert

RGB 175 5 64 -
CMYK 0 0.97 0.63 0.31
HSL 339.18º 0.94% 0.35% -
HSV(B) 339.18º 0.97% 0.69% -
XYZ 18.66 9.59 5.72 -
YUV 62.56 128.82 208.2 -
System Red Green Blue C M Y K H S L
Decimal 175 5 64 0 0.97 0.63 0.31 339.18 0.94 0.35
Hex AF 5 40 0 61 3F 1F 153 5E 23
Octal 257 5 100 0 141 77 37 523 136 43
Binary 10101111 101 1000000 0 1100001 111111 11111 101010011 1011110 100011

Color Harmonies of #AF0540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0540

Black with #AF0540

Text Example


Text Example

White with #AF0540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0540; }

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

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

background-color css

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

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

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

border-color css

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

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

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