Html Css Color HEX #AD1F5C Jazzberry Jam

📋 copy color: '#AD1F5C'

red 173 ◦ green 31 ◦ blue 92

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

Shades of Jazzberry Jam #AD1F5C

Tints of Jazzberry Jam #AD1F5C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.47%

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

R = 58.45%
G = 10.47%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AD1F5C (or 0xAD1F5C) is known color: Jazzberry Jam. HEX triplet: AD, 1F and 5C. RGB value is (173,31,92). Sum of RGB (Red+Green+Blue) = 173+31+92=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 31 (12.5% from 255 or 10.47% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1F5C is #52E0A3. Grayscale: #505050. Windows color (decimal): -5431460 or 6037421. OLE color: 6037421.

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

Color convert

RGB 173 31 92 -
CMYK 0 0.82 0.47 0.32
HSL 334.23º 0.7% 0.4% -
HSV(B) 334.23º 0.82% 0.68% -
XYZ 19.66 10.64 11.14 -
YUV 80.41 134.54 194.04 -
System Red Green Blue C M Y K H S L
Decimal 173 31 92 0 0.82 0.47 0.32 334.23 0.7 0.4
Hex AD 1F 5C 0 52 2F 20 14E 46 28
Octal 255 37 134 0 122 57 40 516 106 50
Binary 10101101 11111 1011100 0 1010010 101111 100000 101001110 1000110 101000

Color Harmonies of #AD1F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1F5C

Black with #AD1F5C

Text Example


Text Example

White with #AD1F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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