Html Css Color HEX #AD043E Jazzberry Jam

📋 copy color: '#AD043E'

red 173 ◦ green 4 ◦ blue 62

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

Shades of Jazzberry Jam #AD043E

Tints of Jazzberry Jam #AD043E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

 BLUE value IS 62 (24.61% from 255) = 25.94%

R = 72.38%
G = 1.67%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD043E (or 0xAD043E) is known color: Jazzberry Jam. HEX triplet: AD, 04 and 3E. RGB value is (173,4,62). Sum of RGB (Red+Green+Blue) = 173+4+62=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD043E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD043E is #52FBC1. Grayscale: #3D3D3D. Windows color (decimal): -5438402 or 4064429. OLE color: 4064429.

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

Color convert

RGB 173 4 62 -
CMYK 0 0.98 0.64 0.32
HSL 339.41º 0.95% 0.35% -
HSV(B) 339.41º 0.98% 0.68% -
XYZ 18.15 9.32 5.4 -
YUV 61.14 128.49 207.78 -
System Red Green Blue C M Y K H S L
Decimal 173 4 62 0 0.98 0.64 0.32 339.41 0.95 0.35
Hex AD 4 3E 0 62 40 20 153 5F 23
Octal 255 4 76 0 142 100 40 523 137 43
Binary 10101101 100 111110 0 1100010 1000000 100000 101010011 1011111 100011

Color Harmonies of #AD043E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD043E

Black with #AD043E

Text Example


Text Example

White with #AD043E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD043E; }

 p { color: rgb(173,4,62); }

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

background-color css

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

 a { background-color: rgb(173,4,62); }

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

border-color css

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

 span { border-color: rgb(173,4,62); }

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