Html Css Color HEX #A40348 Jazzberry Jam

📋 copy color: '#A40348'

red 164 ◦ green 3 ◦ blue 72

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

Shades of Jazzberry Jam #A40348

Tints of Jazzberry Jam #A40348

RGB

 RED value IS 164 (64.45% from 255) = 68.62%

 GREEN value IS 3 (1.56% from 255) = 1.26%

 BLUE value IS 72 (28.52% from 255) = 30.13%

R = 68.62%
G = 1.26%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A40348 (or 0xA40348) is known color: Jazzberry Jam. HEX triplet: A4, 03 and 48. RGB value is (164,3,72). Sum of RGB (Red+Green+Blue) = 164+3+72=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A40348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40348 is #5BFCB7. Grayscale: #3A3A3A. Windows color (decimal): -6028472 or 4719524. OLE color: 4719524.

HSL color Cylindrical-coordinate representation of color #A40348: hue angle of 334.29º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A40348 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 3 72 -
CMYK 0 0.98 0.56 0.36
HSL 334.29º 0.96% 0.33% -
HSV(B) 334.29º 0.98% 0.64% -
XYZ 16.51 8.43 6.89 -
YUV 59.01 135.34 202.89 -
System Red Green Blue C M Y K H S L
Decimal 164 3 72 0 0.98 0.56 0.36 334.29 0.96 0.33
Hex A4 3 48 0 62 38 24 14E 60 21
Octal 244 3 110 0 142 70 44 516 140 41
Binary 10100100 11 1001000 0 1100010 111000 100100 101001110 1100000 100001

Color Harmonies of #A40348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40348

Black with #A40348

Text Example


Text Example

White with #A40348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40348; }

 p { color: rgb(164,3,72); }

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

background-color css

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

 a { background-color: rgb(164,3,72); }

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

border-color css

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

 span { border-color: rgb(164,3,72); }

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