Html Css Color HEX #AD1352 Jazzberry Jam

📋 copy color: '#AD1352'

red 173 ◦ green 19 ◦ blue 82

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

Shades of Jazzberry Jam #AD1352

Tints of Jazzberry Jam #AD1352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.93%

R = 63.14%
G = 6.93%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD1352 (or 0xAD1352) is known color: Jazzberry Jam. HEX triplet: AD, 13 and 52. RGB value is (173,19,82). Sum of RGB (Red+Green+Blue) = 173+19+82=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1352 is #52ECAD. Grayscale: #484848. Windows color (decimal): -5434542 or 5378989. OLE color: 5378989.

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

Color convert

RGB 173 19 82 -
CMYK 0 0.89 0.53 0.32
HSL 335.45º 0.8% 0.38% -
HSV(B) 335.45º 0.89% 0.68% -
XYZ 18.99 9.96 8.9 -
YUV 72.23 133.52 199.88 -
System Red Green Blue C M Y K H S L
Decimal 173 19 82 0 0.89 0.53 0.32 335.45 0.8 0.38
Hex AD 13 52 0 59 35 20 14F 50 26
Octal 255 23 122 0 131 65 40 517 120 46
Binary 10101101 10011 1010010 0 1011001 110101 100000 101001111 1010000 100110

Color Harmonies of #AD1352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1352

Black with #AD1352

Text Example


Text Example

White with #AD1352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1352; }

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

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

background-color css

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

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

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

border-color css

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

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

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