Html Css Color HEX #AD215F Jazzberry Jam

📋 copy color: '#AD215F'

red 173 ◦ green 33 ◦ blue 95

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

Shades of Jazzberry Jam #AD215F

Tints of Jazzberry Jam #AD215F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.96%

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

R = 57.48%
G = 10.96%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD215F (or 0xAD215F) is known color: Jazzberry Jam. HEX triplet: AD, 21 and 5F. RGB value is (173,33,95). Sum of RGB (Red+Green+Blue) = 173+33+95=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD215F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD215F is #52DEA0. Grayscale: #515151. Windows color (decimal): -5430945 or 6234541. OLE color: 6234541.

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

Color convert

RGB 173 33 95 -
CMYK 0 0.81 0.45 0.32
HSL 333.43º 0.68% 0.4% -
HSV(B) 333.43º 0.81% 0.68% -
XYZ 19.84 10.8 11.86 -
YUV 81.93 135.38 192.96 -
System Red Green Blue C M Y K H S L
Decimal 173 33 95 0 0.81 0.45 0.32 333.43 0.68 0.4
Hex AD 21 5F 0 51 2D 20 14D 44 28
Octal 255 41 137 0 121 55 40 515 104 50
Binary 10101101 100001 1011111 0 1010001 101101 100000 101001101 1000100 101000

Color Harmonies of #AD215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD215F

Black with #AD215F

Text Example


Text Example

White with #AD215F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD215F; }

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

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

background-color css

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

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

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

border-color css

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

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

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