Html Css Color HEX #AD0A48 Jazzberry Jam

📋 copy color: '#AD0A48'

red 173 ◦ green 10 ◦ blue 72

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

Shades of Jazzberry Jam #AD0A48

Tints of Jazzberry Jam #AD0A48

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.92%

 BLUE value IS 72 (28.52% from 255) = 28.24%

R = 67.84%
G = 3.92%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AD0A48 (or 0xAD0A48) is known color: Jazzberry Jam. HEX triplet: AD, 0A and 48. RGB value is (173,10,72). Sum of RGB (Red+Green+Blue) = 173+10+72=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0A48 is #52F5B7. Grayscale: #414141. Windows color (decimal): -5436856 or 4721325. OLE color: 4721325.

HSL color Cylindrical-coordinate representation of color #AD0A48: hue angle of 337.18º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0A48 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 10 72 -
CMYK 0 0.94 0.58 0.32
HSL 337.18º 0.89% 0.36% -
HSV(B) 337.18º 0.94% 0.68% -
XYZ 18.51 9.57 7 -
YUV 65.81 131.5 204.46 -
System Red Green Blue C M Y K H S L
Decimal 173 10 72 0 0.94 0.58 0.32 337.18 0.89 0.36
Hex AD A 48 0 5E 3A 20 151 59 24
Octal 255 12 110 0 136 72 40 521 131 44
Binary 10101101 1010 1001000 0 1011110 111010 100000 101010001 1011001 100100

Color Harmonies of #AD0A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0A48

Black with #AD0A48

Text Example


Text Example

White with #AD0A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0A48; }

 p { color: rgb(173,10,72); }

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

background-color css

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

 a { background-color: rgb(173,10,72); }

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

border-color css

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

 span { border-color: rgb(173,10,72); }

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