Html Css Color HEX #AF0542 Jazzberry Jam

📋 copy color: '#AF0542'

red 175 ◦ green 5 ◦ blue 66

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

Shades of Jazzberry Jam #AF0542

Tints of Jazzberry Jam #AF0542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.83%

R = 71.14%
G = 2.03%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF0542 (or 0xAF0542) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 42. RGB value is (175,5,66). Sum of RGB (Red+Green+Blue) = 175+5+66=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0542 is #50FABD. Grayscale: #3E3E3E. Windows color (decimal): -5307070 or 4326831. OLE color: 4326831.

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

Color convert

RGB 175 5 66 -
CMYK 0 0.97 0.62 0.31
HSL 338.47º 0.94% 0.35% -
HSV(B) 338.47º 0.97% 0.69% -
XYZ 18.72 9.62 6.02 -
YUV 62.78 129.82 208.04 -
System Red Green Blue C M Y K H S L
Decimal 175 5 66 0 0.97 0.62 0.31 338.47 0.94 0.35
Hex AF 5 42 0 61 3E 1F 152 5E 23
Octal 257 5 102 0 141 76 37 522 136 43
Binary 10101111 101 1000010 0 1100001 111110 11111 101010010 1011110 100011

Color Harmonies of #AF0542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0542

Black with #AF0542

Text Example


Text Example

White with #AF0542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0542; }

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

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

background-color css

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

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

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

border-color css

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

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

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