Html Css Color HEX #AD0846 Jazzberry Jam

📋 copy color: '#AD0846'

red 173 ◦ green 8 ◦ blue 70

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

Shades of Jazzberry Jam #AD0846

Tints of Jazzberry Jam #AD0846

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.19%

 BLUE value IS 70 (27.73% from 255) = 27.89%

R = 68.92%
G = 3.19%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD0846 (or 0xAD0846) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 46. RGB value is (173,8,70). Sum of RGB (Red+Green+Blue) = 173+8+70=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0846 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0846 is #52F7B9. Grayscale: #404040. Windows color (decimal): -5437370 or 4589741. OLE color: 4589741.

HSL color Cylindrical-coordinate representation of color #AD0846: hue angle of 337.45º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0846 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 8 70 -
CMYK 0 0.95 0.60 0.32
HSL 337.45º 0.91% 0.35% -
HSV(B) 337.45º 0.95% 0.68% -
XYZ 18.43 9.5 6.66 -
YUV 64.4 131.16 205.46 -
System Red Green Blue C M Y K H S L
Decimal 173 8 70 0 0.95 0.60 0.32 337.45 0.91 0.35
Hex AD 8 46 0 5F 3C 20 151 5B 23
Octal 255 10 106 0 137 74 40 521 133 43
Binary 10101101 1000 1000110 0 1011111 111100 100000 101010001 1011011 100011

Color Harmonies of #AD0846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0846

Black with #AD0846

Text Example


Text Example

White with #AD0846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0846; }

 p { color: rgb(173,8,70); }

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

background-color css

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

 a { background-color: rgb(173,8,70); }

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

border-color css

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

 span { border-color: rgb(173,8,70); }

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