Html Css Color HEX #AD0958 Jazzberry Jam

📋 copy color: '#AD0958'

red 173 ◦ green 9 ◦ blue 88

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

Shades of Jazzberry Jam #AD0958

Tints of Jazzberry Jam #AD0958

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.33%

 BLUE value IS 88 (34.77% from 255) = 32.59%

R = 64.07%
G = 3.33%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AD0958 (or 0xAD0958) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 58. RGB value is (173,9,88). Sum of RGB (Red+Green+Blue) = 173+9+88=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0958 is #52F6A7. Grayscale: #424242. Windows color (decimal): -5437096 or 5769645. OLE color: 5769645.

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

Color convert

RGB 173 9 88 -
CMYK 0 0.95 0.49 0.32
HSL 331.1º 0.9% 0.36% -
HSV(B) 331.1º 0.95% 0.68% -
XYZ 19.09 9.78 10.11 -
YUV 67.04 139.83 203.58 -
System Red Green Blue C M Y K H S L
Decimal 173 9 88 0 0.95 0.49 0.32 331.1 0.9 0.36
Hex AD 9 58 0 5F 31 20 14B 5A 24
Octal 255 11 130 0 137 61 40 513 132 44
Binary 10101101 1001 1011000 0 1011111 110001 100000 101001011 1011010 100100

Color Harmonies of #AD0958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0958

Black with #AD0958

Text Example


Text Example

White with #AD0958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0958; }

 p { color: rgb(173,9,88); }

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

background-color css

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

 a { background-color: rgb(173,9,88); }

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

border-color css

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

 span { border-color: rgb(173,9,88); }

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