Html Css Color HEX #AD135F Jazzberry Jam

📋 copy color: '#AD135F'

red 173 ◦ green 19 ◦ blue 95

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

Shades of Jazzberry Jam #AD135F

Tints of Jazzberry Jam #AD135F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.1%

R = 60.28%
G = 6.62%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD135F (or 0xAD135F) is known color: Jazzberry Jam. HEX triplet: AD, 13 and 5F. RGB value is (173,19,95). Sum of RGB (Red+Green+Blue) = 173+19+95=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD135F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD135F is #52ECA0. Grayscale: #494949. Windows color (decimal): -5434529 or 6230957. OLE color: 6230957.

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

Color convert

RGB 173 19 95 -
CMYK 0 0.89 0.45 0.32
HSL 330.39º 0.8% 0.38% -
HSV(B) 330.39º 0.89% 0.68% -
XYZ 19.53 10.18 11.76 -
YUV 73.71 140.02 198.82 -
System Red Green Blue C M Y K H S L
Decimal 173 19 95 0 0.89 0.45 0.32 330.39 0.8 0.38
Hex AD 13 5F 0 59 2D 20 14A 50 26
Octal 255 23 137 0 131 55 40 512 120 46
Binary 10101101 10011 1011111 0 1011001 101101 100000 101001010 1010000 100110

Color Harmonies of #AD135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD135F

Black with #AD135F

Text Example


Text Example

White with #AD135F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD135F; }

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

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

background-color css

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

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

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

border-color css

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

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

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