Html Css Color HEX #AD1457 Jazzberry Jam

📋 copy color: '#AD1457'

red 173 ◦ green 20 ◦ blue 87

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

Shades of Jazzberry Jam #AD1457

Tints of Jazzberry Jam #AD1457

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.14%

 BLUE value IS 87 (34.38% from 255) = 31.07%

R = 61.79%
G = 7.14%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#AD1457 (or 0xAD1457) is known color: Jazzberry Jam. HEX triplet: AD, 14 and 57. RGB value is (173,20,87). Sum of RGB (Red+Green+Blue) = 173+20+87=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1457 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1457 is #52EBA8. Grayscale: #494949. Windows color (decimal): -5434281 or 5706925. OLE color: 5706925.

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

Color convert

RGB 173 20 87 -
CMYK 0 0.88 0.50 0.32
HSL 333.73º 0.79% 0.38% -
HSV(B) 333.73º 0.88% 0.68% -
XYZ 19.2 10.07 9.95 -
YUV 73.39 135.69 199.05 -
System Red Green Blue C M Y K H S L
Decimal 173 20 87 0 0.88 0.50 0.32 333.73 0.79 0.38
Hex AD 14 57 0 58 32 20 14E 4F 26
Octal 255 24 127 0 130 62 40 516 117 46
Binary 10101101 10100 1010111 0 1011000 110010 100000 101001110 1001111 100110

Color Harmonies of #AD1457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1457

Black with #AD1457

Text Example


Text Example

White with #AD1457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1457; }

 p { color: rgb(173,20,87); }

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

background-color css

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

 a { background-color: rgb(173,20,87); }

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

border-color css

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

 span { border-color: rgb(173,20,87); }

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