Html Css Color HEX #AD1055 Jazzberry Jam

📋 copy color: '#AD1055'

red 173 ◦ green 16 ◦ blue 85

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

Shades of Jazzberry Jam #AD1055

Tints of Jazzberry Jam #AD1055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.02%

R = 63.14%
G = 5.84%
B = 31.02%

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

#AD1055 (or 0xAD1055) is known color: Jazzberry Jam. HEX triplet: AD, 10 and 55. RGB value is (173,16,85). Sum of RGB (Red+Green+Blue) = 173+16+85=274 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.14% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD1055 is #52EFAA. Grayscale: #464646. Windows color (decimal): -5435307 or 5574829. OLE color: 5574829.

HSL color Cylindrical-coordinate representation of color #AD1055: hue angle of 333.63º 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 #AD1055 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 16 85 -
CMYK 0 0.91 0.51 0.32
HSL 333.63º 0.83% 0.37% -
HSV(B) 333.63º 0.91% 0.68% -
XYZ 19.06 9.91 9.5 -
YUV 70.81 136.01 200.89 -
System Red Green Blue C M Y K H S L
Decimal 173 16 85 0 0.91 0.51 0.32 333.63 0.83 0.37
Hex AD 10 55 0 5B 33 20 14E 53 25
Octal 255 20 125 0 133 63 40 516 123 45
Binary 10101101 10000 1010101 0 1011011 110011 100000 101001110 1010011 100101

Color Harmonies of #AD1055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1055

Black with #AD1055

Text Example


Text Example

White with #AD1055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1055; }

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

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

background-color css

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

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

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

border-color css

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

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

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