Html Css Color HEX #AD134C Jazzberry Jam

📋 copy color: '#AD134C'

red 173 ◦ green 19 ◦ blue 76

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

Shades of Jazzberry Jam #AD134C

Tints of Jazzberry Jam #AD134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.09%

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

R = 64.55%
G = 7.09%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD134C (or 0xAD134C) is known color: Jazzberry Jam. HEX triplet: AD, 13 and 4C. RGB value is (173,19,76). Sum of RGB (Red+Green+Blue) = 173+19+76=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD134C is #52ECB3. Grayscale: #474747. Windows color (decimal): -5434548 or 4985773. OLE color: 4985773.

HSL color Cylindrical-coordinate representation of color #AD134C: hue angle of 337.79º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD134C is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 19 76 -
CMYK 0 0.89 0.56 0.32
HSL 337.79º 0.8% 0.38% -
HSV(B) 337.79º 0.89% 0.68% -
XYZ 18.77 9.87 7.75 -
YUV 71.54 130.52 200.37 -
System Red Green Blue C M Y K H S L
Decimal 173 19 76 0 0.89 0.56 0.32 337.79 0.8 0.38
Hex AD 13 4C 0 59 38 20 152 50 26
Octal 255 23 114 0 131 70 40 522 120 46
Binary 10101101 10011 1001100 0 1011001 111000 100000 101010010 1010000 100110

Color Harmonies of #AD134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD134C

Black with #AD134C

Text Example


Text Example

White with #AD134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD134C; }

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

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

background-color css

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

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

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

border-color css

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

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

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