Html Css Color HEX #AD075B Jazzberry Jam

📋 copy color: '#AD075B'

red 173 ◦ green 7 ◦ blue 91

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

Shades of Jazzberry Jam #AD075B

Tints of Jazzberry Jam #AD075B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.58%

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

R = 63.84%
G = 2.58%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD075B (or 0xAD075B) is known color: Jazzberry Jam. HEX triplet: AD, 07 and 5B. RGB value is (173,7,91). Sum of RGB (Red+Green+Blue) = 173+7+91=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD075B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD075B is #52F8A4. Grayscale: #424242. Windows color (decimal): -5437605 or 5965741. OLE color: 5965741.

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

Color convert

RGB 173 7 91 -
CMYK 0 0.96 0.47 0.32
HSL 329.64º 0.92% 0.35% -
HSV(B) 329.64º 0.96% 0.68% -
XYZ 19.2 9.79 10.78 -
YUV 66.21 142 204.17 -
System Red Green Blue C M Y K H S L
Decimal 173 7 91 0 0.96 0.47 0.32 329.64 0.92 0.35
Hex AD 7 5B 0 60 2F 20 14A 5C 23
Octal 255 7 133 0 140 57 40 512 134 43
Binary 10101101 111 1011011 0 1100000 101111 100000 101001010 1011100 100011

Color Harmonies of #AD075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD075B

Black with #AD075B

Text Example


Text Example

White with #AD075B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD075B; }

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

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

background-color css

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

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

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

border-color css

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

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

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