Html Css Color HEX #AD0C54 Jazzberry Jam

📋 copy color: '#AD0C54'

red 173 ◦ green 12 ◦ blue 84

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

Shades of Jazzberry Jam #AD0C54

Tints of Jazzberry Jam #AD0C54

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.46%

 BLUE value IS 84 (33.2% from 255) = 31.23%

R = 64.31%
G = 4.46%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD0C54 (or 0xAD0C54) is known color: Jazzberry Jam. HEX triplet: AD, 0C and 54. RGB value is (173,12,84). Sum of RGB (Red+Green+Blue) = 173+12+84=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0C54 is #52F3AB. Grayscale: #444444. Windows color (decimal): -5436332 or 5508269. OLE color: 5508269.

HSL color Cylindrical-coordinate representation of color #AD0C54: hue angle of 333.17º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0C54 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 12 84 -
CMYK 0 0.93 0.51 0.32
HSL 333.17º 0.87% 0.36% -
HSV(B) 333.17º 0.93% 0.68% -
XYZ 18.97 9.79 9.28 -
YUV 68.35 136.84 202.65 -
System Red Green Blue C M Y K H S L
Decimal 173 12 84 0 0.93 0.51 0.32 333.17 0.87 0.36
Hex AD C 54 0 5D 33 20 14D 57 24
Octal 255 14 124 0 135 63 40 515 127 44
Binary 10101101 1100 1010100 0 1011101 110011 100000 101001101 1010111 100100

Color Harmonies of #AD0C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0C54

Black with #AD0C54

Text Example


Text Example

White with #AD0C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0C54; }

 p { color: rgb(173,12,84); }

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

background-color css

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

 a { background-color: rgb(173,12,84); }

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

border-color css

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

 span { border-color: rgb(173,12,84); }

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