Html Css Color HEX #AD1252 Jazzberry Jam

📋 copy color: '#AD1252'

red 173 ◦ green 18 ◦ blue 82

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

Shades of Jazzberry Jam #AD1252

Tints of Jazzberry Jam #AD1252

RGB

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

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

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

R = 63.37%
G = 6.59%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD1252 (or 0xAD1252) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 52. RGB value is (173,18,82). Sum of RGB (Red+Green+Blue) = 173+18+82=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1252 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1252 is #52EDAD. Grayscale: #474747. Windows color (decimal): -5434798 or 5378733. OLE color: 5378733.

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

Color convert

RGB 173 18 82 -
CMYK 0 0.90 0.53 0.32
HSL 335.23º 0.81% 0.37% -
HSV(B) 335.23º 0.9% 0.68% -
XYZ 18.97 9.93 8.9 -
YUV 71.64 133.85 200.3 -
System Red Green Blue C M Y K H S L
Decimal 173 18 82 0 0.90 0.53 0.32 335.23 0.81 0.37
Hex AD 12 52 0 5A 35 20 14F 51 25
Octal 255 22 122 0 132 65 40 517 121 45
Binary 10101101 10010 1010010 0 1011010 110101 100000 101001111 1010001 100101

Color Harmonies of #AD1252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1252

Black with #AD1252

Text Example


Text Example

White with #AD1252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1252; }

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

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

background-color css

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

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

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

border-color css

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

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

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