Html Css Color HEX #AD135B Jazzberry Jam

📋 copy color: '#AD135B'

red 173 ◦ green 19 ◦ blue 91

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

Shades of Jazzberry Jam #AD135B

Tints of Jazzberry Jam #AD135B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.16%

R = 61.13%
G = 6.71%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD135B (or 0xAD135B) is known color: Jazzberry Jam. HEX triplet: AD, 13 and 5B. RGB value is (173,19,91). Sum of RGB (Red+Green+Blue) = 173+19+91=283 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.13% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 173 - color contains mainly: red. Hex color #AD135B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD135B is #52ECA4. Grayscale: #494949. Windows color (decimal): -5434533 or 5968813. OLE color: 5968813.

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

Color convert

RGB 173 19 91 -
CMYK 0 0.89 0.47 0.32
HSL 331.95º 0.8% 0.38% -
HSV(B) 331.95º 0.89% 0.68% -
XYZ 19.35 10.11 10.83 -
YUV 73.25 138.02 199.15 -
System Red Green Blue C M Y K H S L
Decimal 173 19 91 0 0.89 0.47 0.32 331.95 0.8 0.38
Hex AD 13 5B 0 59 2F 20 14C 50 26
Octal 255 23 133 0 131 57 40 514 120 46
Binary 10101101 10011 1011011 0 1011001 101111 100000 101001100 1010000 100110

Color Harmonies of #AD135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD135B

Black with #AD135B

Text Example


Text Example

White with #AD135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD135B; }

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

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

background-color css

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

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

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

border-color css

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

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

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