Html Css Color HEX #AD114C Jazzberry Jam

📋 copy color: '#AD114C'

red 173 ◦ green 17 ◦ blue 76

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

Shades of Jazzberry Jam #AD114C

Tints of Jazzberry Jam #AD114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.39%

 BLUE value IS 76 (30.08% from 255) = 28.57%

R = 65.04%
G = 6.39%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD114C (or 0xAD114C) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 4C. RGB value is (173,17,76). Sum of RGB (Red+Green+Blue) = 173+17+76=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD114C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD114C is #52EEB3. Grayscale: #464646. Windows color (decimal): -5435060 or 4985261. OLE color: 4985261.

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

Color convert

RGB 173 17 76 -
CMYK 0 0.90 0.56 0.32
HSL 337.31º 0.82% 0.37% -
HSV(B) 337.31º 0.9% 0.68% -
XYZ 18.74 9.81 7.74 -
YUV 70.37 131.18 201.2 -
System Red Green Blue C M Y K H S L
Decimal 173 17 76 0 0.90 0.56 0.32 337.31 0.82 0.37
Hex AD 11 4C 0 5A 38 20 151 52 25
Octal 255 21 114 0 132 70 40 521 122 45
Binary 10101101 10001 1001100 0 1011010 111000 100000 101010001 1010010 100101

Color Harmonies of #AD114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD114C

Black with #AD114C

Text Example


Text Example

White with #AD114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD114C; }

 p { color: rgb(173,17,76); }

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

background-color css

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

 a { background-color: rgb(173,17,76); }

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

border-color css

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

 span { border-color: rgb(173,17,76); }

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