Html Css Color HEX #AF104D Jazzberry Jam

📋 copy color: '#AF104D'

red 175 ◦ green 16 ◦ blue 77

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

Shades of Jazzberry Jam #AF104D

Tints of Jazzberry Jam #AF104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.97%

 BLUE value IS 77 (30.47% from 255) = 28.73%

R = 65.3%
G = 5.97%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF104D (or 0xAF104D) is known color: Jazzberry Jam. HEX triplet: AF, 10 and 4D. RGB value is (175,16,77). Sum of RGB (Red+Green+Blue) = 175+16+77=268 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.30% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 175 - color contains mainly: red. Hex color #AF104D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF104D is #50EFB2. Grayscale: #464646. Windows color (decimal): -5304243 or 5050543. OLE color: 5050543.

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

Color convert

RGB 175 16 77 -
CMYK 0 0.91 0.56 0.31
HSL 336.98º 0.83% 0.37% -
HSV(B) 336.98º 0.91% 0.69% -
XYZ 19.2 10.02 7.94 -
YUV 70.5 131.68 202.54 -
System Red Green Blue C M Y K H S L
Decimal 175 16 77 0 0.91 0.56 0.31 336.98 0.83 0.37
Hex AF 10 4D 0 5B 38 1F 151 53 25
Octal 257 20 115 0 133 70 37 521 123 45
Binary 10101111 10000 1001101 0 1011011 111000 11111 101010001 1010011 100101

Color Harmonies of #AF104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF104D

Black with #AF104D

Text Example


Text Example

White with #AF104D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF104D; }

 p { color: rgb(175,16,77); }

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

background-color css

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

 a { background-color: rgb(175,16,77); }

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

border-color css

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

 span { border-color: rgb(175,16,77); }

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