Html Css Color HEX #AD0855 Jazzberry Jam

📋 copy color: '#AD0855'

red 173 ◦ green 8 ◦ blue 85

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

Shades of Jazzberry Jam #AD0855

Tints of Jazzberry Jam #AD0855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.95%

R = 65.04%
G = 3.01%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD0855 (or 0xAD0855) is known color: Jazzberry Jam. HEX triplet: AD, 08 and 55. RGB value is (173,8,85). Sum of RGB (Red+Green+Blue) = 173+8+85=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0855 is #52F7AA. Grayscale: #414141. Windows color (decimal): -5437355 or 5572781. OLE color: 5572781.

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

Color convert

RGB 173 8 85 -
CMYK 0 0.95 0.51 0.32
HSL 332º 0.91% 0.35% -
HSV(B) 332º 0.95% 0.68% -
XYZ 18.96 9.71 9.47 -
YUV 66.11 138.66 204.24 -
System Red Green Blue C M Y K H S L
Decimal 173 8 85 0 0.95 0.51 0.32 332 0.91 0.35
Hex AD 8 55 0 5F 33 20 14C 5B 23
Octal 255 10 125 0 137 63 40 514 133 43
Binary 10101101 1000 1010101 0 1011111 110011 100000 101001100 1011011 100011

Color Harmonies of #AD0855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0855

Black with #AD0855

Text Example


Text Example

White with #AD0855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0855; }

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

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

background-color css

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

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

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

border-color css

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

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

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