Html Css Color HEX #AD0F50 Jazzberry Jam

📋 copy color: '#AD0F50'

red 173 ◦ green 15 ◦ blue 80

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

Shades of Jazzberry Jam #AD0F50

Tints of Jazzberry Jam #AD0F50

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.6%

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

R = 64.55%
G = 5.6%
B = 29.85%

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

#AD0F50 (or 0xAD0F50) is known color: Jazzberry Jam. HEX triplet: AD, 0F and 50. RGB value is (173,15,80). Sum of RGB (Red+Green+Blue) = 173+15+80=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0F50 is #52F0AF. Grayscale: #454545. Windows color (decimal): -5435568 or 5246893. OLE color: 5246893.

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

Color convert

RGB 173 15 80 -
CMYK 0 0.91 0.54 0.32
HSL 335.32º 0.84% 0.37% -
HSV(B) 335.32º 0.91% 0.68% -
XYZ 18.85 9.81 8.49 -
YUV 69.65 133.85 201.71 -
System Red Green Blue C M Y K H S L
Decimal 173 15 80 0 0.91 0.54 0.32 335.32 0.84 0.37
Hex AD F 50 0 5B 36 20 14F 54 25
Octal 255 17 120 0 133 66 40 517 124 45
Binary 10101101 1111 1010000 0 1011011 110110 100000 101001111 1010100 100101

Color Harmonies of #AD0F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0F50

Black with #AD0F50

Text Example


Text Example

White with #AD0F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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