Html Css Color HEX #AD0D43 Jazzberry Jam

📋 copy color: '#AD0D43'

red 173 ◦ green 13 ◦ blue 67

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

Shades of Jazzberry Jam #AD0D43

Tints of Jazzberry Jam #AD0D43

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.14%

 BLUE value IS 67 (26.56% from 255) = 26.48%

R = 68.38%
G = 5.14%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD0D43 (or 0xAD0D43) is known color: Jazzberry Jam. HEX triplet: AD, 0D and 43. RGB value is (173,13,67). Sum of RGB (Red+Green+Blue) = 173+13+67=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0D43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD0D43 is #52F2BC. Grayscale: #424242. Windows color (decimal): -5436093 or 4394413. OLE color: 4394413.

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

Color convert

RGB 173 13 67 -
CMYK 0 0.92 0.61 0.32
HSL 339.75º 0.86% 0.36% -
HSV(B) 339.75º 0.92% 0.68% -
XYZ 18.39 9.58 6.19 -
YUV 67 128.01 203.61 -
System Red Green Blue C M Y K H S L
Decimal 173 13 67 0 0.92 0.61 0.32 339.75 0.86 0.36
Hex AD D 43 0 5C 3D 20 154 56 24
Octal 255 15 103 0 134 75 40 524 126 44
Binary 10101101 1101 1000011 0 1011100 111101 100000 101010100 1010110 100100

Color Harmonies of #AD0D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0D43

Black with #AD0D43

Text Example


Text Example

White with #AD0D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0D43; }

 p { color: rgb(173,13,67); }

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

background-color css

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

 a { background-color: rgb(173,13,67); }

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

border-color css

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

 span { border-color: rgb(173,13,67); }

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