Html Css Color HEX #AD1C5B Jazzberry Jam

📋 copy color: '#AD1C5B'

red 173 ◦ green 28 ◦ blue 91

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

Shades of Jazzberry Jam #AD1C5B

Tints of Jazzberry Jam #AD1C5B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.59%

 BLUE value IS 91 (35.94% from 255) = 31.16%

R = 59.25%
G = 9.59%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD1C5B (or 0xAD1C5B) is known color: Jazzberry Jam. HEX triplet: AD, 1C and 5B. RGB value is (173,28,91). Sum of RGB (Red+Green+Blue) = 173+28+91=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1C5B is #52E3A4. Grayscale: #4E4E4E. Windows color (decimal): -5432229 or 5971117. OLE color: 5971117.

HSL color Cylindrical-coordinate representation of color #AD1C5B: hue angle of 333.93º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1C5B is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 28 91 -
CMYK 0 0.84 0.47 0.32
HSL 333.93º 0.72% 0.39% -
HSV(B) 333.93º 0.84% 0.68% -
XYZ 19.54 10.47 10.89 -
YUV 78.54 135.04 195.38 -
System Red Green Blue C M Y K H S L
Decimal 173 28 91 0 0.84 0.47 0.32 333.93 0.72 0.39
Hex AD 1C 5B 0 54 2F 20 14E 48 27
Octal 255 34 133 0 124 57 40 516 110 47
Binary 10101101 11100 1011011 0 1010100 101111 100000 101001110 1001000 100111

Color Harmonies of #AD1C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C5B

Black with #AD1C5B

Text Example


Text Example

White with #AD1C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C5B; }

 p { color: rgb(173,28,91); }

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

background-color css

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

 a { background-color: rgb(173,28,91); }

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

border-color css

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

 span { border-color: rgb(173,28,91); }

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