Html Css Color HEX #AD0F55 Jazzberry Jam

📋 copy color: '#AD0F55'

red 173 ◦ green 15 ◦ blue 85

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

Shades of Jazzberry Jam #AD0F55

Tints of Jazzberry Jam #AD0F55

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.49%

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

R = 63.37%
G = 5.49%
B = 31.14%

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

#AD0F55 (or 0xAD0F55) is known color: Jazzberry Jam. HEX triplet: AD, 0F and 55. RGB value is (173,15,85). Sum of RGB (Red+Green+Blue) = 173+15+85=273 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.37% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0F55 is #52F0AA. Grayscale: #464646. Windows color (decimal): -5435563 or 5574573. OLE color: 5574573.

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

Color convert

RGB 173 15 85 -
CMYK 0 0.91 0.51 0.32
HSL 333.42º 0.84% 0.37% -
HSV(B) 333.42º 0.91% 0.68% -
XYZ 19.04 9.88 9.5 -
YUV 70.22 136.35 201.31 -
System Red Green Blue C M Y K H S L
Decimal 173 15 85 0 0.91 0.51 0.32 333.42 0.84 0.37
Hex AD F 55 0 5B 33 20 14D 54 25
Octal 255 17 125 0 133 63 40 515 124 45
Binary 10101101 1111 1010101 0 1011011 110011 100000 101001101 1010100 100101

Color Harmonies of #AD0F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0F55

Black with #AD0F55

Text Example


Text Example

White with #AD0F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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