Html Css Color HEX #AD0349 Jazzberry Jam

📋 copy color: '#AD0349'

red 173 ◦ green 3 ◦ blue 73

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

Shades of Jazzberry Jam #AD0349

Tints of Jazzberry Jam #AD0349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 29.32%

R = 69.48%
G = 1.2%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD0349 (or 0xAD0349) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 49. RGB value is (173,3,73). Sum of RGB (Red+Green+Blue) = 173+3+73=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 73 (28.91% from 255 or 29.32% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0349 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0349 is #52FCB6. Grayscale: #3D3D3D. Windows color (decimal): -5438647 or 4785069. OLE color: 4785069.

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

Color convert

RGB 173 3 73 -
CMYK 0 0.98 0.58 0.32
HSL 335.29º 0.97% 0.35% -
HSV(B) 335.29º 0.98% 0.68% -
XYZ 18.47 9.43 7.15 -
YUV 61.81 134.32 207.31 -
System Red Green Blue C M Y K H S L
Decimal 173 3 73 0 0.98 0.58 0.32 335.29 0.97 0.35
Hex AD 3 49 0 62 3A 20 14F 61 23
Octal 255 3 111 0 142 72 40 517 141 43
Binary 10101101 11 1001001 0 1100010 111010 100000 101001111 1100001 100011

Color Harmonies of #AD0349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0349

Black with #AD0349

Text Example


Text Example

White with #AD0349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0349; }

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

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

background-color css

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

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

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

border-color css

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

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

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