Html Css Color HEX #AD004D Jazzberry Jam

📋 copy color: '#AD004D'

red 173 ◦ green 0 ◦ blue 77

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

Shades of Jazzberry Jam #AD004D

Tints of Jazzberry Jam #AD004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.2%
G = 0%
B = 30.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD004D (or 0xAD004D) is known color: Jazzberry Jam. HEX triplet: AD, 00 and 4D. RGB value is (173,0,77). Sum of RGB (Red+Green+Blue) = 173+0+77=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD004D is #52FFB2. Grayscale: #3C3C3C. Windows color (decimal): -5439411 or 5046445. OLE color: 5046445.

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

Color convert

RGB 173 0 77 -
CMYK 0 1 0.55 0.32
HSL 333.29º 1% 0.34% -
HSV(B) 333.29º 1% 0.68% -
XYZ 18.57 9.42 7.86 -
YUV 60.51 137.31 208.24 -
System Red Green Blue C M Y K H S L
Decimal 173 0 77 0 1 0.55 0.32 333.29 1 0.34
Hex AD 0 4D 0 64 37 20 14D 64 22
Octal 255 0 115 0 144 67 40 515 144 42
Binary 10101101 0 1001101 0 1100100 110111 100000 101001101 1100100 100010

Color Harmonies of #AD004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD004D

Black with #AD004D

Text Example


Text Example

White with #AD004D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD004D; }

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

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

background-color css

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

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

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

border-color css

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

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

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