Html Css Color HEX #AD0F4F Jazzberry Jam

📋 copy color: '#AD0F4F'

red 173 ◦ green 15 ◦ blue 79

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

Shades of Jazzberry Jam #AD0F4F

Tints of Jazzberry Jam #AD0F4F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.62%

 BLUE value IS 79 (31.25% from 255) = 29.59%

R = 64.79%
G = 5.62%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD0F4F (or 0xAD0F4F) is known color: Jazzberry Jam. HEX triplet: AD, 0F and 4F. RGB value is (173,15,79). Sum of RGB (Red+Green+Blue) = 173+15+79=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0F4F is #52F0B0. Grayscale: #454545. Windows color (decimal): -5435569 or 5181357. OLE color: 5181357.

HSL color Cylindrical-coordinate representation of color #AD0F4F: hue angle of 335.7º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD0F4F is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 15 79 -
CMYK 0 0.91 0.54 0.32
HSL 335.7º 0.84% 0.37% -
HSV(B) 335.7º 0.91% 0.68% -
XYZ 18.82 9.79 8.3 -
YUV 69.54 133.35 201.8 -
System Red Green Blue C M Y K H S L
Decimal 173 15 79 0 0.91 0.54 0.32 335.7 0.84 0.37
Hex AD F 4F 0 5B 36 20 150 54 25
Octal 255 17 117 0 133 66 40 520 124 45
Binary 10101101 1111 1001111 0 1011011 110110 100000 101010000 1010100 100101

Color Harmonies of #AD0F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0F4F

Black with #AD0F4F

Text Example


Text Example

White with #AD0F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0F4F; }

 p { color: rgb(173,15,79); }

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

background-color css

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

 a { background-color: rgb(173,15,79); }

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

border-color css

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

 span { border-color: rgb(173,15,79); }

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