Html Css Color HEX #AD064D Jazzberry Jam

📋 copy color: '#AD064D'

red 173 ◦ green 6 ◦ blue 77

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

Shades of Jazzberry Jam #AD064D

Tints of Jazzberry Jam #AD064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

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

R = 67.58%
G = 2.34%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD064D (or 0xAD064D) is known color: Jazzberry Jam. HEX triplet: AD, 06 and 4D. RGB value is (173,6,77). Sum of RGB (Red+Green+Blue) = 173+6+77=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD064D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD064D is #52F9B2. Grayscale: #3F3F3F. Windows color (decimal): -5437875 or 5047981. OLE color: 5047981.

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

Color convert

RGB 173 6 77 -
CMYK 0 0.97 0.55 0.32
HSL 334.49º 0.93% 0.35% -
HSV(B) 334.49º 0.97% 0.68% -
XYZ 18.64 9.55 7.88 -
YUV 64.03 135.33 205.73 -
System Red Green Blue C M Y K H S L
Decimal 173 6 77 0 0.97 0.55 0.32 334.49 0.93 0.35
Hex AD 6 4D 0 61 37 20 14E 5D 23
Octal 255 6 115 0 141 67 40 516 135 43
Binary 10101101 110 1001101 0 1100001 110111 100000 101001110 1011101 100011

Color Harmonies of #AD064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD064D

Black with #AD064D

Text Example


Text Example

White with #AD064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD064D; }

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

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

background-color css

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

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

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

border-color css

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

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

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