Html Css Color HEX #AD0350 Jazzberry Jam

📋 copy color: '#AD0350'

red 173 ◦ green 3 ◦ blue 80

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

Shades of Jazzberry Jam #AD0350

Tints of Jazzberry Jam #AD0350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 31.25%

R = 67.58%
G = 1.17%
B = 31.25%

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

#AD0350 (or 0xAD0350) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 50. RGB value is (173,3,80). Sum of RGB (Red+Green+Blue) = 173+3+80=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0350 is #52FCAF. Grayscale: #3E3E3E. Windows color (decimal): -5438640 or 5243821. OLE color: 5243821.

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

Color convert

RGB 173 3 80 -
CMYK 0 0.98 0.54 0.32
HSL 332.82º 0.97% 0.35% -
HSV(B) 332.82º 0.98% 0.68% -
XYZ 18.71 9.53 8.44 -
YUV 62.61 137.82 206.74 -
System Red Green Blue C M Y K H S L
Decimal 173 3 80 0 0.98 0.54 0.32 332.82 0.97 0.35
Hex AD 3 50 0 62 36 20 14D 61 23
Octal 255 3 120 0 142 66 40 515 141 43
Binary 10101101 11 1010000 0 1100010 110110 100000 101001101 1100001 100011

Color Harmonies of #AD0350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0350

Black with #AD0350

Text Example


Text Example

White with #AD0350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0350; }

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

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

background-color css

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

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

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

border-color css

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

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

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