Html Css Color HEX #AD1050 Jazzberry Jam

📋 copy color: '#AD1050'

red 173 ◦ green 16 ◦ blue 80

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

Shades of Jazzberry Jam #AD1050

Tints of Jazzberry Jam #AD1050

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.95%

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

R = 64.31%
G = 5.95%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD1050 (or 0xAD1050) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 50. RGB value is (173,16,80). Sum of RGB (Red+Green+Blue) = 173+16+80=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1050 is #52EFAF. Grayscale: #464646. Windows color (decimal): -5435312 or 5247149. OLE color: 5247149.

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

Color convert

RGB 173 16 80 -
CMYK 0 0.91 0.54 0.32
HSL 335.54º 0.83% 0.37% -
HSV(B) 335.54º 0.91% 0.68% -
XYZ 18.87 9.83 8.49 -
YUV 70.24 133.51 201.3 -
System Red Green Blue C M Y K H S L
Decimal 173 16 80 0 0.91 0.54 0.32 335.54 0.83 0.37
Hex AD 10 50 0 5B 36 20 150 53 25
Octal 255 20 120 0 133 66 40 520 123 45
Binary 10101101 10000 1010000 0 1011011 110110 100000 101010000 1010011 100101

Color Harmonies of #AD1050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1050

Black with #AD1050

Text Example


Text Example

White with #AD1050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1050; }

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

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

background-color css

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

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

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

border-color css

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

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

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