Html Css Color HEX #AD094B Jazzberry Jam

📋 copy color: '#AD094B'

red 173 ◦ green 9 ◦ blue 75

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

Shades of Jazzberry Jam #AD094B

Tints of Jazzberry Jam #AD094B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.18%

R = 67.32%
G = 3.5%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD094B (or 0xAD094B) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 4B. RGB value is (173,9,75). Sum of RGB (Red+Green+Blue) = 173+9+75=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD094B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD094B is #52F6B4. Grayscale: #414141. Windows color (decimal): -5437109 or 4917677. OLE color: 4917677.

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

Color convert

RGB 173 9 75 -
CMYK 0 0.95 0.57 0.32
HSL 335.85º 0.9% 0.36% -
HSV(B) 335.85º 0.95% 0.68% -
XYZ 18.6 9.59 7.53 -
YUV 65.56 133.33 204.63 -
System Red Green Blue C M Y K H S L
Decimal 173 9 75 0 0.95 0.57 0.32 335.85 0.9 0.36
Hex AD 9 4B 0 5F 39 20 150 5A 24
Octal 255 11 113 0 137 71 40 520 132 44
Binary 10101101 1001 1001011 0 1011111 111001 100000 101010000 1011010 100100

Color Harmonies of #AD094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD094B

Black with #AD094B

Text Example


Text Example

White with #AD094B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD094B; }

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

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

background-color css

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

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

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

border-color css

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

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

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