Html Css Color HEX #AD1C5C Jazzberry Jam

📋 copy color: '#AD1C5C'

red 173 ◦ green 28 ◦ blue 92

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

Shades of Jazzberry Jam #AD1C5C

Tints of Jazzberry Jam #AD1C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.4%

R = 59.04%
G = 9.56%
B = 31.4%

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

#AD1C5C (or 0xAD1C5C) is known color: Jazzberry Jam. HEX triplet: AD, 1C and 5C. RGB value is (173,28,92). Sum of RGB (Red+Green+Blue) = 173+28+92=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1C5C is #52E3A3. Grayscale: #4E4E4E. Windows color (decimal): -5432228 or 6036653. OLE color: 6036653.

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

Color convert

RGB 173 28 92 -
CMYK 0 0.84 0.47 0.32
HSL 333.52º 0.72% 0.39% -
HSV(B) 333.52º 0.84% 0.68% -
XYZ 19.58 10.49 11.12 -
YUV 78.65 135.54 195.3 -
System Red Green Blue C M Y K H S L
Decimal 173 28 92 0 0.84 0.47 0.32 333.52 0.72 0.39
Hex AD 1C 5C 0 54 2F 20 14E 48 27
Octal 255 34 134 0 124 57 40 516 110 47
Binary 10101101 11100 1011100 0 1010100 101111 100000 101001110 1001000 100111

Color Harmonies of #AD1C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1C5C

Black with #AD1C5C

Text Example


Text Example

White with #AD1C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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