Html Css Color HEX #AD104F Jazzberry Jam

📋 copy color: '#AD104F'

red 173 ◦ green 16 ◦ blue 79

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

Shades of Jazzberry Jam #AD104F

Tints of Jazzberry Jam #AD104F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.48%

R = 64.55%
G = 5.97%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD104F (or 0xAD104F) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 4F. RGB value is (173,16,79). Sum of RGB (Red+Green+Blue) = 173+16+79=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD104F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD104F is #52EFB0. Grayscale: #464646. Windows color (decimal): -5435313 or 5181613. OLE color: 5181613.

HSL color Cylindrical-coordinate representation of color #AD104F: hue angle of 335.92º 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 #AD104F is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 16 79 -
CMYK 0 0.91 0.54 0.32
HSL 335.92º 0.83% 0.37% -
HSV(B) 335.92º 0.91% 0.68% -
XYZ 18.83 9.82 8.3 -
YUV 70.13 133.01 201.38 -
System Red Green Blue C M Y K H S L
Decimal 173 16 79 0 0.91 0.54 0.32 335.92 0.83 0.37
Hex AD 10 4F 0 5B 36 20 150 53 25
Octal 255 20 117 0 133 66 40 520 123 45
Binary 10101101 10000 1001111 0 1011011 110110 100000 101010000 1010011 100101

Color Harmonies of #AD104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD104F

Black with #AD104F

Text Example


Text Example

White with #AD104F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD104F; }

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

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

background-color css

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

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

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

border-color css

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

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

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