Html Css Color HEX #AD0C52 Jazzberry Jam

📋 copy color: '#AD0C52'

red 173 ◦ green 12 ◦ blue 82

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

Shades of Jazzberry Jam #AD0C52

Tints of Jazzberry Jam #AD0C52

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.49%

 BLUE value IS 82 (32.42% from 255) = 30.71%

R = 64.79%
G = 4.49%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD0C52 (or 0xAD0C52) is known color: Jazzberry Jam. HEX triplet: AD, 0C and 52. RGB value is (173,12,82). Sum of RGB (Red+Green+Blue) = 173+12+82=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 12 (5.08% from 255 or 4.49% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0C52 is #52F3AD. Grayscale: #444444. Windows color (decimal): -5436334 or 5377197. OLE color: 5377197.

HSL color Cylindrical-coordinate representation of color #AD0C52: hue angle of 333.91º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0C52 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 12 82 -
CMYK 0 0.93 0.53 0.32
HSL 333.91º 0.87% 0.36% -
HSV(B) 333.91º 0.93% 0.68% -
XYZ 18.89 9.76 8.87 -
YUV 68.12 135.84 202.81 -
System Red Green Blue C M Y K H S L
Decimal 173 12 82 0 0.93 0.53 0.32 333.91 0.87 0.36
Hex AD C 52 0 5D 35 20 14E 57 24
Octal 255 14 122 0 135 65 40 516 127 44
Binary 10101101 1100 1010010 0 1011101 110101 100000 101001110 1010111 100100

Color Harmonies of #AD0C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0C52

Black with #AD0C52

Text Example


Text Example

White with #AD0C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0C52; }

 p { color: rgb(173,12,82); }

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

background-color css

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

 a { background-color: rgb(173,12,82); }

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

border-color css

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

 span { border-color: rgb(173,12,82); }

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