Html Css Color HEX #AD0B50 Jazzberry Jam

📋 copy color: '#AD0B50'

red 173 ◦ green 11 ◦ blue 80

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

Shades of Jazzberry Jam #AD0B50

Tints of Jazzberry Jam #AD0B50

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.17%

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

R = 65.53%
G = 4.17%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD0B50 (or 0xAD0B50) is known color: Jazzberry Jam. HEX triplet: AD, 0B and 50. RGB value is (173,11,80). Sum of RGB (Red+Green+Blue) = 173+11+80=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 80 (31.64% from 255 or 30.30% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0B50 is #52F4AF. Grayscale: #434343. Windows color (decimal): -5436592 or 5245869. OLE color: 5245869.

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

Color convert

RGB 173 11 80 -
CMYK 0 0.94 0.54 0.32
HSL 334.44º 0.88% 0.36% -
HSV(B) 334.44º 0.94% 0.68% -
XYZ 18.8 9.7 8.47 -
YUV 67.3 135.17 203.39 -
System Red Green Blue C M Y K H S L
Decimal 173 11 80 0 0.94 0.54 0.32 334.44 0.88 0.36
Hex AD B 50 0 5E 36 20 14E 58 24
Octal 255 13 120 0 136 66 40 516 130 44
Binary 10101101 1011 1010000 0 1011110 110110 100000 101001110 1011000 100100

Color Harmonies of #AD0B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0B50

Black with #AD0B50

Text Example


Text Example

White with #AD0B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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