Html Css Color HEX #AD044B Jazzberry Jam

📋 copy color: '#AD044B'

red 173 ◦ green 4 ◦ blue 75

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

Shades of Jazzberry Jam #AD044B

Tints of Jazzberry Jam #AD044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

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

R = 68.65%
G = 1.59%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD044B (or 0xAD044B) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 4B. RGB value is (173,4,75). Sum of RGB (Red+Green+Blue) = 173+4+75=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD044B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD044B is #52FBB4. Grayscale: #3E3E3E. Windows color (decimal): -5438389 or 4916397. OLE color: 4916397.

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

Color convert

RGB 173 4 75 -
CMYK 0 0.98 0.57 0.32
HSL 334.79º 0.95% 0.35% -
HSV(B) 334.79º 0.98% 0.68% -
XYZ 18.55 9.48 7.51 -
YUV 62.63 134.99 206.73 -
System Red Green Blue C M Y K H S L
Decimal 173 4 75 0 0.98 0.57 0.32 334.79 0.95 0.35
Hex AD 4 4B 0 62 39 20 14F 5F 23
Octal 255 4 113 0 142 71 40 517 137 43
Binary 10101101 100 1001011 0 1100010 111001 100000 101001111 1011111 100011

Color Harmonies of #AD044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD044B

Black with #AD044B

Text Example


Text Example

White with #AD044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD044B; }

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

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

background-color css

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

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

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

border-color css

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

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

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