Html Css Color HEX #AD0942 Jazzberry Jam

📋 copy color: '#AD0942'

red 173 ◦ green 9 ◦ blue 66

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

Shades of Jazzberry Jam #AD0942

Tints of Jazzberry Jam #AD0942

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.63%

 BLUE value IS 66 (26.17% from 255) = 26.61%

R = 69.76%
G = 3.63%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD0942 (or 0xAD0942) is known color: Jazzberry Jam. HEX triplet: AD, 09 and 42. RGB value is (173,9,66). Sum of RGB (Red+Green+Blue) = 173+9+66=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0942 is #52F6BD. Grayscale: #404040. Windows color (decimal): -5437118 or 4327853. OLE color: 4327853.

HSL color Cylindrical-coordinate representation of color #AD0942: hue angle of 339.15º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0942 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 9 66 -
CMYK 0 0.95 0.62 0.32
HSL 339.15º 0.9% 0.36% -
HSV(B) 339.15º 0.95% 0.68% -
XYZ 18.31 9.47 6.02 -
YUV 64.53 128.83 205.37 -
System Red Green Blue C M Y K H S L
Decimal 173 9 66 0 0.95 0.62 0.32 339.15 0.9 0.36
Hex AD 9 42 0 5F 3E 20 153 5A 24
Octal 255 11 102 0 137 76 40 523 132 44
Binary 10101101 1001 1000010 0 1011111 111110 100000 101010011 1011010 100100

Color Harmonies of #AD0942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0942

Black with #AD0942

Text Example


Text Example

White with #AD0942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0942; }

 p { color: rgb(173,9,66); }

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

background-color css

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

 a { background-color: rgb(173,9,66); }

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

border-color css

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

 span { border-color: rgb(173,9,66); }

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