Html Css Color HEX #AF064C Jazzberry Jam

📋 copy color: '#AF064C'

red 175 ◦ green 6 ◦ blue 76

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

Shades of Jazzberry Jam #AF064C

Tints of Jazzberry Jam #AF064C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

 BLUE value IS 76 (30.08% from 255) = 29.57%

R = 68.09%
G = 2.33%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF064C (or 0xAF064C) is known color: Jazzberry Jam. HEX triplet: AF, 06 and 4C. RGB value is (175,6,76). Sum of RGB (Red+Green+Blue) = 175+6+76=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF064C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF064C is #50F9B3. Grayscale: #404040. Windows color (decimal): -5306804 or 4982447. OLE color: 4982447.

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

Color convert

RGB 175 6 76 -
CMYK 0 0.97 0.57 0.31
HSL 335.15º 0.93% 0.35% -
HSV(B) 335.15º 0.97% 0.69% -
XYZ 19.05 9.77 7.72 -
YUV 64.51 134.49 206.81 -
System Red Green Blue C M Y K H S L
Decimal 175 6 76 0 0.97 0.57 0.31 335.15 0.93 0.35
Hex AF 6 4C 0 61 39 1F 14F 5D 23
Octal 257 6 114 0 141 71 37 517 135 43
Binary 10101111 110 1001100 0 1100001 111001 11111 101001111 1011101 100011

Color Harmonies of #AF064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF064C

Black with #AF064C

Text Example


Text Example

White with #AF064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF064C; }

 p { color: rgb(175,6,76); }

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

background-color css

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

 a { background-color: rgb(175,6,76); }

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

border-color css

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

 span { border-color: rgb(175,6,76); }

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