Html Css Color HEX #AD124B Jazzberry Jam

📋 copy color: '#AD124B'

red 173 ◦ green 18 ◦ blue 75

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

Shades of Jazzberry Jam #AD124B

Tints of Jazzberry Jam #AD124B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.77%

 BLUE value IS 75 (29.69% from 255) = 28.2%

R = 65.04%
G = 6.77%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD124B (or 0xAD124B) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 4B. RGB value is (173,18,75). Sum of RGB (Red+Green+Blue) = 173+18+75=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD124B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD124B is #52EDB4. Grayscale: #464646. Windows color (decimal): -5434805 or 4919981. OLE color: 4919981.

HSL color Cylindrical-coordinate representation of color #AD124B: hue angle of 337.94º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD124B is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 18 75 -
CMYK 0 0.90 0.57 0.32
HSL 337.94º 0.81% 0.37% -
HSV(B) 337.94º 0.9% 0.68% -
XYZ 18.72 9.82 7.57 -
YUV 70.84 130.35 200.87 -
System Red Green Blue C M Y K H S L
Decimal 173 18 75 0 0.90 0.57 0.32 337.94 0.81 0.37
Hex AD 12 4B 0 5A 39 20 152 51 25
Octal 255 22 113 0 132 71 40 522 121 45
Binary 10101101 10010 1001011 0 1011010 111001 100000 101010010 1010001 100101

Color Harmonies of #AD124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD124B

Black with #AD124B

Text Example


Text Example

White with #AD124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD124B; }

 p { color: rgb(173,18,75); }

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

background-color css

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

 a { background-color: rgb(173,18,75); }

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

border-color css

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

 span { border-color: rgb(173,18,75); }

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