Html Css Color HEX #AD1B50 Jazzberry Jam

📋 copy color: '#AD1B50'

red 173 ◦ green 27 ◦ blue 80

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

Shades of Jazzberry Jam #AD1B50

Tints of Jazzberry Jam #AD1B50

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.64%

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

R = 61.79%
G = 9.64%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD1B50 (or 0xAD1B50) is known color: Jazzberry Jam. HEX triplet: AD, 1B and 50. RGB value is (173,27,80). Sum of RGB (Red+Green+Blue) = 173+27+80=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1B50 is #52E4AF. Grayscale: #4C4C4C. Windows color (decimal): -5432496 or 5249965. OLE color: 5249965.

HSL color Cylindrical-coordinate representation of color #AD1B50: hue angle of 338.22º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1B50 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 27 80 -
CMYK 0 0.84 0.54 0.32
HSL 338.22º 0.73% 0.39% -
HSV(B) 338.22º 0.84% 0.68% -
XYZ 19.07 10.25 8.56 -
YUV 76.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 173 27 80 0 0.84 0.54 0.32 338.22 0.73 0.39
Hex AD 1B 50 0 54 36 20 152 49 27
Octal 255 33 120 0 124 66 40 522 111 47
Binary 10101101 11011 1010000 0 1010100 110110 100000 101010010 1001001 100111

Color Harmonies of #AD1B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B50

Black with #AD1B50

Text Example


Text Example

White with #AD1B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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