Html Css Color HEX #AD014B Jazzberry Jam

📋 copy color: '#AD014B'

red 173 ◦ green 1 ◦ blue 75

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

Shades of Jazzberry Jam #AD014B

Tints of Jazzberry Jam #AD014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 69.48%
G = 0.4%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD014B (or 0xAD014B) is known color: Jazzberry Jam. HEX triplet: AD, 01 and 4B. RGB value is (173,1,75). Sum of RGB (Red+Green+Blue) = 173+1+75=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD014B is #52FEB4. Grayscale: #3C3C3C. Windows color (decimal): -5439157 or 4915629. OLE color: 4915629.

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

Color convert

RGB 173 1 75 -
CMYK 0 0.99 0.57 0.32
HSL 334.19º 0.99% 0.34% -
HSV(B) 334.19º 0.99% 0.68% -
XYZ 18.51 9.41 7.5 -
YUV 60.86 135.98 207.98 -
System Red Green Blue C M Y K H S L
Decimal 173 1 75 0 0.99 0.57 0.32 334.19 0.99 0.34
Hex AD 1 4B 0 63 39 20 14E 63 22
Octal 255 1 113 0 143 71 40 516 143 42
Binary 10101101 1 1001011 0 1100011 111001 100000 101001110 1100011 100010

Color Harmonies of #AD014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD014B

Black with #AD014B

Text Example


Text Example

White with #AD014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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