Html Css Color HEX #AD1B5F Jazzberry Jam

📋 copy color: '#AD1B5F'

red 173 ◦ green 27 ◦ blue 95

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

Shades of Jazzberry Jam #AD1B5F

Tints of Jazzberry Jam #AD1B5F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.15%

 BLUE value IS 95 (37.5% from 255) = 32.2%

R = 58.64%
G = 9.15%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD1B5F (or 0xAD1B5F) is known color: Jazzberry Jam. HEX triplet: AD, 1B and 5F. RGB value is (173,27,95). Sum of RGB (Red+Green+Blue) = 173+27+95=295 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.64% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1B5F is #52E4A0. Grayscale: #4E4E4E. Windows color (decimal): -5432481 or 6233005. OLE color: 6233005.

HSL color Cylindrical-coordinate representation of color #AD1B5F: hue angle of 332.05º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1B5F is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 27 95 -
CMYK 0 0.84 0.45 0.32
HSL 332.05º 0.73% 0.39% -
HSV(B) 332.05º 0.84% 0.68% -
XYZ 19.69 10.49 11.81 -
YUV 78.41 137.37 195.47 -
System Red Green Blue C M Y K H S L
Decimal 173 27 95 0 0.84 0.45 0.32 332.05 0.73 0.39
Hex AD 1B 5F 0 54 2D 20 14C 49 27
Octal 255 33 137 0 124 55 40 514 111 47
Binary 10101101 11011 1011111 0 1010100 101101 100000 101001100 1001001 100111

Color Harmonies of #AD1B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B5F

Black with #AD1B5F

Text Example


Text Example

White with #AD1B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B5F; }

 p { color: rgb(173,27,95); }

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

background-color css

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

 a { background-color: rgb(173,27,95); }

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

border-color css

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

 span { border-color: rgb(173,27,95); }

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