Html Css Color HEX #AD114B Jazzberry Jam

📋 copy color: '#AD114B'

red 173 ◦ green 17 ◦ blue 75

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

Shades of Jazzberry Jam #AD114B

Tints of Jazzberry Jam #AD114B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.42%

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

R = 65.28%
G = 6.42%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD114B (or 0xAD114B) is known color: Jazzberry Jam. HEX triplet: AD, 11 and 4B. RGB value is (173,17,75). Sum of RGB (Red+Green+Blue) = 173+17+75=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD114B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD114B is #52EEB4. Grayscale: #464646. Windows color (decimal): -5435061 or 4919725. OLE color: 4919725.

HSL color Cylindrical-coordinate representation of color #AD114B: hue angle of 337.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD114B is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 17 75 -
CMYK 0 0.90 0.57 0.32
HSL 337.69º 0.82% 0.37% -
HSV(B) 337.69º 0.9% 0.68% -
XYZ 18.7 9.79 7.56 -
YUV 70.26 130.68 201.28 -
System Red Green Blue C M Y K H S L
Decimal 173 17 75 0 0.90 0.57 0.32 337.69 0.82 0.37
Hex AD 11 4B 0 5A 39 20 152 52 25
Octal 255 21 113 0 132 71 40 522 122 45
Binary 10101101 10001 1001011 0 1011010 111001 100000 101010010 1010010 100101

Color Harmonies of #AD114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD114B

Black with #AD114B

Text Example


Text Example

White with #AD114B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD114B; }

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

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

background-color css

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

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

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

border-color css

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

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

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