Html Css Color HEX #AD1262 Jazzberry Jam

📋 copy color: '#AD1262'

red 173 ◦ green 18 ◦ blue 98

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

Shades of Jazzberry Jam #AD1262

Tints of Jazzberry Jam #AD1262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.91%

R = 59.86%
G = 6.23%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD1262 (or 0xAD1262) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 62. RGB value is (173,18,98). Sum of RGB (Red+Green+Blue) = 173+18+98=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1262 is #52ED9D. Grayscale: #494949. Windows color (decimal): -5434782 or 6427309. OLE color: 6427309.

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

Color convert

RGB 173 18 98 -
CMYK 0 0.90 0.43 0.32
HSL 329.03º 0.81% 0.37% -
HSV(B) 329.03º 0.9% 0.68% -
XYZ 19.65 10.2 12.49 -
YUV 73.47 141.85 199 -
System Red Green Blue C M Y K H S L
Decimal 173 18 98 0 0.90 0.43 0.32 329.03 0.81 0.37
Hex AD 12 62 0 5A 2B 20 149 51 25
Octal 255 22 142 0 132 53 40 511 121 45
Binary 10101101 10010 1100010 0 1011010 101011 100000 101001001 1010001 100101

Color Harmonies of #AD1262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1262

Black with #AD1262

Text Example


Text Example

White with #AD1262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1262; }

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

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

background-color css

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

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

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

border-color css

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

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

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