Html Css Color HEX #AD125C Jazzberry Jam

📋 copy color: '#AD125C'

red 173 ◦ green 18 ◦ blue 92

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

Shades of Jazzberry Jam #AD125C

Tints of Jazzberry Jam #AD125C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.36%

 BLUE value IS 92 (36.33% from 255) = 32.51%

R = 61.13%
G = 6.36%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD125C (or 0xAD125C) is known color: Jazzberry Jam. HEX triplet: AD, 12 and 5C. RGB value is (173,18,92). Sum of RGB (Red+Green+Blue) = 173+18+92=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD125C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD125C is #52EDA3. Grayscale: #484848. Windows color (decimal): -5434788 or 6034093. OLE color: 6034093.

HSL color Cylindrical-coordinate representation of color #AD125C: hue angle of 331.35º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD125C is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 18 92 -
CMYK 0 0.90 0.47 0.32
HSL 331.35º 0.81% 0.37% -
HSV(B) 331.35º 0.9% 0.68% -
XYZ 19.38 10.09 11.05 -
YUV 72.78 138.85 199.48 -
System Red Green Blue C M Y K H S L
Decimal 173 18 92 0 0.90 0.47 0.32 331.35 0.81 0.37
Hex AD 12 5C 0 5A 2F 20 14B 51 25
Octal 255 22 134 0 132 57 40 513 121 45
Binary 10101101 10010 1011100 0 1011010 101111 100000 101001011 1010001 100101

Color Harmonies of #AD125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD125C

Black with #AD125C

Text Example


Text Example

White with #AD125C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD125C; }

 p { color: rgb(173,18,92); }

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

background-color css

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

 a { background-color: rgb(173,18,92); }

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

border-color css

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

 span { border-color: rgb(173,18,92); }

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