Html Css Color HEX #AD034D Jazzberry Jam

📋 copy color: '#AD034D'

red 173 ◦ green 3 ◦ blue 77

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

Shades of Jazzberry Jam #AD034D

Tints of Jazzberry Jam #AD034D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

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

R = 68.38%
G = 1.19%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD034D (or 0xAD034D) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 4D. RGB value is (173,3,77). Sum of RGB (Red+Green+Blue) = 173+3+77=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD034D is #52FCB2. Grayscale: #3E3E3E. Windows color (decimal): -5438643 or 5047213. OLE color: 5047213.

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

Color convert

RGB 173 3 77 -
CMYK 0 0.98 0.55 0.32
HSL 333.88º 0.97% 0.35% -
HSV(B) 333.88º 0.98% 0.68% -
XYZ 18.61 9.49 7.87 -
YUV 62.27 136.32 206.98 -
System Red Green Blue C M Y K H S L
Decimal 173 3 77 0 0.98 0.55 0.32 333.88 0.97 0.35
Hex AD 3 4D 0 62 37 20 14E 61 23
Octal 255 3 115 0 142 67 40 516 141 43
Binary 10101101 11 1001101 0 1100010 110111 100000 101001110 1100001 100011

Color Harmonies of #AD034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD034D

Black with #AD034D

Text Example


Text Example

White with #AD034D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD034D; }

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

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

background-color css

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

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

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

border-color css

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

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

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