Html Css Color HEX #AD1255 Jazzberry Jam

📋 copy color: '#AD1255'

red 173 ◦ green 18 ◦ blue 85

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

Shades of Jazzberry Jam #AD1255

Tints of Jazzberry Jam #AD1255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.8%

R = 62.68%
G = 6.52%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD1255 (or 0xAD1255) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 55. RGB value is (173,18,85). Sum of RGB (Red+Green+Blue) = 173+18+85=276 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.68% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1255 is #52EDAA. Grayscale: #474747. Windows color (decimal): -5434795 or 5575341. OLE color: 5575341.

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

Color convert

RGB 173 18 85 -
CMYK 0 0.90 0.51 0.32
HSL 334.06º 0.81% 0.37% -
HSV(B) 334.06º 0.9% 0.68% -
XYZ 19.09 9.97 9.51 -
YUV 71.98 135.35 200.05 -
System Red Green Blue C M Y K H S L
Decimal 173 18 85 0 0.90 0.51 0.32 334.06 0.81 0.37
Hex AD 12 55 0 5A 33 20 14E 51 25
Octal 255 22 125 0 132 63 40 516 121 45
Binary 10101101 10010 1010101 0 1011010 110011 100000 101001110 1010001 100101

Color Harmonies of #AD1255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1255

Black with #AD1255

Text Example


Text Example

White with #AD1255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1255; }

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

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

background-color css

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

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

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

border-color css

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

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

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