Html Css Color HEX #AD0244 Jazzberry Jam

📋 copy color: '#AD0244'

red 173 ◦ green 2 ◦ blue 68

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

Shades of Jazzberry Jam #AD0244

Tints of Jazzberry Jam #AD0244

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 68 (26.95% from 255) = 27.98%

R = 71.19%
G = 0.82%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD0244 (or 0xAD0244) is known color: Jazzberry Jam. HEX triplet: AD, 02 and 44. RGB value is (173,2,68). Sum of RGB (Red+Green+Blue) = 173+2+68=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0244 is #52FDBB. Grayscale: #3C3C3C. Windows color (decimal): -5438908 or 4457133. OLE color: 4457133.

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

Color convert

RGB 173 2 68 -
CMYK 0 0.99 0.61 0.32
HSL 336.84º 0.98% 0.34% -
HSV(B) 336.84º 0.99% 0.68% -
XYZ 18.3 9.35 6.31 -
YUV 60.65 132.15 208.13 -
System Red Green Blue C M Y K H S L
Decimal 173 2 68 0 0.99 0.61 0.32 336.84 0.98 0.34
Hex AD 2 44 0 63 3D 20 151 62 22
Octal 255 2 104 0 143 75 40 521 142 42
Binary 10101101 10 1000100 0 1100011 111101 100000 101010001 1100010 100010

Color Harmonies of #AD0244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0244

Black with #AD0244

Text Example


Text Example

White with #AD0244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0244; }

 p { color: rgb(173,2,68); }

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

background-color css

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

 a { background-color: rgb(173,2,68); }

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

border-color css

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

 span { border-color: rgb(173,2,68); }

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