Html Css Color HEX #AD0B5B Jazzberry Jam

📋 copy color: '#AD0B5B'

red 173 ◦ green 11 ◦ blue 91

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

Shades of Jazzberry Jam #AD0B5B

Tints of Jazzberry Jam #AD0B5B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4%

 BLUE value IS 91 (35.94% from 255) = 33.09%

R = 62.91%
G = 4%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD0B5B (or 0xAD0B5B) is known color: Jazzberry Jam. HEX triplet: AD, 0B and 5B. RGB value is (173,11,91). Sum of RGB (Red+Green+Blue) = 173+11+91=275 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.91% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0B5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0B5B is #52F4A4. Grayscale: #444444. Windows color (decimal): -5436581 or 5966765. OLE color: 5966765.

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

Color convert

RGB 173 11 91 -
CMYK 0 0.94 0.47 0.32
HSL 330.37º 0.88% 0.36% -
HSV(B) 330.37º 0.94% 0.68% -
XYZ 19.24 9.88 10.79 -
YUV 68.56 140.67 202.5 -
System Red Green Blue C M Y K H S L
Decimal 173 11 91 0 0.94 0.47 0.32 330.37 0.88 0.36
Hex AD B 5B 0 5E 2F 20 14A 58 24
Octal 255 13 133 0 136 57 40 512 130 44
Binary 10101101 1011 1011011 0 1011110 101111 100000 101001010 1011000 100100

Color Harmonies of #AD0B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0B5B

Black with #AD0B5B

Text Example


Text Example

White with #AD0B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0B5B; }

 p { color: rgb(173,11,91); }

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

background-color css

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

 a { background-color: rgb(173,11,91); }

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

border-color css

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

 span { border-color: rgb(173,11,91); }

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