Html Css Color HEX #AD104D Jazzberry Jam

📋 copy color: '#AD104D'

red 173 ◦ green 16 ◦ blue 77

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

Shades of Jazzberry Jam #AD104D

Tints of Jazzberry Jam #AD104D

RGB

 RED value IS 173 (67.97% from 255) = 65.04%

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

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

R = 65.04%
G = 6.02%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD104D (or 0xAD104D) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 4D. RGB value is (173,16,77). Sum of RGB (Red+Green+Blue) = 173+16+77=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD104D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD104D is #52EFB2. Grayscale: #454545. Windows color (decimal): -5435315 or 5050541. OLE color: 5050541.

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

Color convert

RGB 173 16 77 -
CMYK 0 0.91 0.55 0.32
HSL 336.69º 0.83% 0.37% -
HSV(B) 336.69º 0.91% 0.68% -
XYZ 18.76 9.79 7.92 -
YUV 69.9 132.01 201.54 -
System Red Green Blue C M Y K H S L
Decimal 173 16 77 0 0.91 0.55 0.32 336.69 0.83 0.37
Hex AD 10 4D 0 5B 37 20 151 53 25
Octal 255 20 115 0 133 67 40 521 123 45
Binary 10101101 10000 1001101 0 1011011 110111 100000 101010001 1010011 100101

Color Harmonies of #AD104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD104D

Black with #AD104D

Text Example


Text Example

White with #AD104D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD104D; }

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

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

background-color css

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

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

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

border-color css

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

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

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