Html Css Color HEX #AD125D Jazzberry Jam

📋 copy color: '#AD125D'

red 173 ◦ green 18 ◦ blue 93

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

Shades of Jazzberry Jam #AD125D

Tints of Jazzberry Jam #AD125D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.75%

R = 60.92%
G = 6.34%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD125D (or 0xAD125D) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 5D. RGB value is (173,18,93). Sum of RGB (Red+Green+Blue) = 173+18+93=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD125D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD125D is #52EDA2. Grayscale: #484848. Windows color (decimal): -5434787 or 6099629. OLE color: 6099629.

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

Color convert

RGB 173 18 93 -
CMYK 0 0.90 0.46 0.32
HSL 330.97º 0.81% 0.37% -
HSV(B) 330.97º 0.9% 0.68% -
XYZ 19.43 10.11 11.28 -
YUV 72.9 139.35 199.4 -
System Red Green Blue C M Y K H S L
Decimal 173 18 93 0 0.90 0.46 0.32 330.97 0.81 0.37
Hex AD 12 5D 0 5A 2E 20 14B 51 25
Octal 255 22 135 0 132 56 40 513 121 45
Binary 10101101 10010 1011101 0 1011010 101110 100000 101001011 1010001 100101

Color Harmonies of #AD125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD125D

Black with #AD125D

Text Example


Text Example

White with #AD125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD125D; }

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

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

background-color css

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

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

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

border-color css

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

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

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