Html Css Color HEX #AD034F Jazzberry Jam

📋 copy color: '#AD034F'

red 173 ◦ green 3 ◦ blue 79

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

Shades of Jazzberry Jam #AD034F

Tints of Jazzberry Jam #AD034F

RGB

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

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

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

R = 67.84%
G = 1.18%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD034F (or 0xAD034F) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 4F. RGB value is (173,3,79). Sum of RGB (Red+Green+Blue) = 173+3+79=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 79 (31.25% from 255 or 30.98% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD034F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD034F is #52FCB0. Grayscale: #3E3E3E. Windows color (decimal): -5438641 or 5178285. OLE color: 5178285.

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

Color convert

RGB 173 3 79 -
CMYK 0 0.98 0.54 0.32
HSL 333.18º 0.97% 0.35% -
HSV(B) 333.18º 0.98% 0.68% -
XYZ 18.68 9.51 8.25 -
YUV 62.49 137.32 206.82 -
System Red Green Blue C M Y K H S L
Decimal 173 3 79 0 0.98 0.54 0.32 333.18 0.97 0.35
Hex AD 3 4F 0 62 36 20 14D 61 23
Octal 255 3 117 0 142 66 40 515 141 43
Binary 10101101 11 1001111 0 1100010 110110 100000 101001101 1100001 100011

Color Harmonies of #AD034F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD034F

Black with #AD034F

Text Example


Text Example

White with #AD034F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD034F; }

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

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

background-color css

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

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

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

border-color css

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

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

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