Html Css Color HEX #AD135D Jazzberry Jam

📋 copy color: '#AD135D'

red 173 ◦ green 19 ◦ blue 93

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

Shades of Jazzberry Jam #AD135D

Tints of Jazzberry Jam #AD135D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

 BLUE value IS 93 (36.72% from 255) = 32.63%

R = 60.7%
G = 6.67%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD135D (or 0xAD135D) is known color: Jazzberry Jam. HEX triplet: AD, 13 and 5D. RGB value is (173,19,93). Sum of RGB (Red+Green+Blue) = 173+19+93=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD135D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD135D is #52ECA2. Grayscale: #494949. Windows color (decimal): -5434531 or 6099885. OLE color: 6099885.

HSL color Cylindrical-coordinate representation of color #AD135D: hue angle of 331.17º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD135D is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 19 93 -
CMYK 0 0.89 0.46 0.32
HSL 331.17º 0.8% 0.38% -
HSV(B) 331.17º 0.89% 0.68% -
XYZ 19.44 10.14 11.29 -
YUV 73.48 139.02 198.98 -
System Red Green Blue C M Y K H S L
Decimal 173 19 93 0 0.89 0.46 0.32 331.17 0.8 0.38
Hex AD 13 5D 0 59 2E 20 14B 50 26
Octal 255 23 135 0 131 56 40 513 120 46
Binary 10101101 10011 1011101 0 1011001 101110 100000 101001011 1010000 100110

Color Harmonies of #AD135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD135D

Black with #AD135D

Text Example


Text Example

White with #AD135D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD135D; }

 p { color: rgb(173,19,93); }

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

background-color css

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

 a { background-color: rgb(173,19,93); }

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

border-color css

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

 span { border-color: rgb(173,19,93); }

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