Html Css Color HEX #AD1054 Jazzberry Jam

📋 copy color: '#AD1054'

red 173 ◦ green 16 ◦ blue 84

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

Shades of Jazzberry Jam #AD1054

Tints of Jazzberry Jam #AD1054

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.86%

 BLUE value IS 84 (33.2% from 255) = 30.77%

R = 63.37%
G = 5.86%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AD1054 (or 0xAD1054) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 54. RGB value is (173,16,84). Sum of RGB (Red+Green+Blue) = 173+16+84=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1054 is #52EFAB. Grayscale: #464646. Windows color (decimal): -5435308 or 5509293. OLE color: 5509293.

HSL color Cylindrical-coordinate representation of color #AD1054: hue angle of 334.01º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1054 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 16 84 -
CMYK 0 0.91 0.51 0.32
HSL 334.01º 0.83% 0.37% -
HSV(B) 334.01º 0.91% 0.68% -
XYZ 19.02 9.89 9.29 -
YUV 70.7 135.51 200.97 -
System Red Green Blue C M Y K H S L
Decimal 173 16 84 0 0.91 0.51 0.32 334.01 0.83 0.37
Hex AD 10 54 0 5B 33 20 14E 53 25
Octal 255 20 124 0 133 63 40 516 123 45
Binary 10101101 10000 1010100 0 1011011 110011 100000 101001110 1010011 100101

Color Harmonies of #AD1054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1054

Black with #AD1054

Text Example


Text Example

White with #AD1054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1054; }

 p { color: rgb(173,16,84); }

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

background-color css

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

 a { background-color: rgb(173,16,84); }

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

border-color css

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

 span { border-color: rgb(173,16,84); }

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