Html Css Color HEX #AD014D Jazzberry Jam

📋 copy color: '#AD014D'

red 173 ◦ green 1 ◦ blue 77

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

Shades of Jazzberry Jam #AD014D

Tints of Jazzberry Jam #AD014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 68.92%
G = 0.4%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD014D (or 0xAD014D) is known color: Jazzberry Jam. HEX triplet: AD, 01 and 4D. RGB value is (173,1,77). Sum of RGB (Red+Green+Blue) = 173+1+77=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD014D is #52FEB2. Grayscale: #3C3C3C. Windows color (decimal): -5439155 or 5046701. OLE color: 5046701.

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

Color convert

RGB 173 1 77 -
CMYK 0 0.99 0.55 0.32
HSL 333.49º 0.99% 0.34% -
HSV(B) 333.49º 0.99% 0.68% -
XYZ 18.58 9.44 7.86 -
YUV 61.09 136.98 207.82 -
System Red Green Blue C M Y K H S L
Decimal 173 1 77 0 0.99 0.55 0.32 333.49 0.99 0.34
Hex AD 1 4D 0 63 37 20 14D 63 22
Octal 255 1 115 0 143 67 40 515 143 42
Binary 10101101 1 1001101 0 1100011 110111 100000 101001101 1100011 100010

Color Harmonies of #AD014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD014D

Black with #AD014D

Text Example


Text Example

White with #AD014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD014D; }

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

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

background-color css

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

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

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

border-color css

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

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

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