Html Css Color HEX #AD124F Jazzberry Jam

📋 copy color: '#AD124F'

red 173 ◦ green 18 ◦ blue 79

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

Shades of Jazzberry Jam #AD124F

Tints of Jazzberry Jam #AD124F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.26%

R = 64.07%
G = 6.67%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD124F (or 0xAD124F) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 4F. RGB value is (173,18,79). Sum of RGB (Red+Green+Blue) = 173+18+79=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD124F is #52EDB0. Grayscale: #474747. Windows color (decimal): -5434801 or 5182125. OLE color: 5182125.

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

Color convert

RGB 173 18 79 -
CMYK 0 0.90 0.54 0.32
HSL 336.39º 0.81% 0.37% -
HSV(B) 336.39º 0.9% 0.68% -
XYZ 18.86 9.88 8.31 -
YUV 71.3 132.35 200.54 -
System Red Green Blue C M Y K H S L
Decimal 173 18 79 0 0.90 0.54 0.32 336.39 0.81 0.37
Hex AD 12 4F 0 5A 36 20 150 51 25
Octal 255 22 117 0 132 66 40 520 121 45
Binary 10101101 10010 1001111 0 1011010 110110 100000 101010000 1010001 100101

Color Harmonies of #AD124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD124F

Black with #AD124F

Text Example


Text Example

White with #AD124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD124F; }

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

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

background-color css

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

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

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

border-color css

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

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

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