Html Css Color HEX #AD0D54 Jazzberry Jam

📋 copy color: '#AD0D54'

red 173 ◦ green 13 ◦ blue 84

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

Shades of Jazzberry Jam #AD0D54

Tints of Jazzberry Jam #AD0D54

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.81%

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

R = 64.07%
G = 4.81%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD0D54 (or 0xAD0D54) is known color: Jazzberry Jam. HEX triplet: AD, 0D and 54. RGB value is (173,13,84). Sum of RGB (Red+Green+Blue) = 173+13+84=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0D54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0D54 is #52F2AB. Grayscale: #444444. Windows color (decimal): -5436076 or 5508525. OLE color: 5508525.

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

Color convert

RGB 173 13 84 -
CMYK 0 0.92 0.51 0.32
HSL 333.38º 0.86% 0.36% -
HSV(B) 333.38º 0.92% 0.68% -
XYZ 18.98 9.81 9.28 -
YUV 68.93 136.51 202.23 -
System Red Green Blue C M Y K H S L
Decimal 173 13 84 0 0.92 0.51 0.32 333.38 0.86 0.36
Hex AD D 54 0 5C 33 20 14D 56 24
Octal 255 15 124 0 134 63 40 515 126 44
Binary 10101101 1101 1010100 0 1011100 110011 100000 101001101 1010110 100100

Color Harmonies of #AD0D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0D54

Black with #AD0D54

Text Example


Text Example

White with #AD0D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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