Html Css Color HEX #AD0359 Jazzberry Jam

📋 copy color: '#AD0359'

red 173 ◦ green 3 ◦ blue 89

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

Shades of Jazzberry Jam #AD0359

Tints of Jazzberry Jam #AD0359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 33.58%

R = 65.28%
G = 1.13%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD0359 (or 0xAD0359) is known color: Jazzberry Jam. HEX triplet: AD, 03 and 59. RGB value is (173,3,89). Sum of RGB (Red+Green+Blue) = 173+3+89=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0359 is #52FCA6. Grayscale: #3F3F3F. Windows color (decimal): -5438631 or 5833645. OLE color: 5833645.

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

Color convert

RGB 173 3 89 -
CMYK 0 0.98 0.49 0.32
HSL 329.65º 0.97% 0.35% -
HSV(B) 329.65º 0.98% 0.68% -
XYZ 19.07 9.67 10.31 -
YUV 63.63 142.32 206.01 -
System Red Green Blue C M Y K H S L
Decimal 173 3 89 0 0.98 0.49 0.32 329.65 0.97 0.35
Hex AD 3 59 0 62 31 20 14A 61 23
Octal 255 3 131 0 142 61 40 512 141 43
Binary 10101101 11 1011001 0 1100010 110001 100000 101001010 1100001 100011

Color Harmonies of #AD0359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0359

Black with #AD0359

Text Example


Text Example

White with #AD0359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0359; }

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

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

background-color css

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

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

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

border-color css

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

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

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