Html Css Color HEX #A30740 Jazzberry Jam

📋 copy color: '#A30740'

red 163 ◦ green 7 ◦ blue 64

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

Shades of Jazzberry Jam #A30740

Tints of Jazzberry Jam #A30740

RGB

 RED value IS 163 (64.06% from 255) = 69.66%

 GREEN value IS 7 (3.13% from 255) = 2.99%

 BLUE value IS 64 (25.39% from 255) = 27.35%

R = 69.66%
G = 2.99%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A30740 (or 0xA30740) is known color: Jazzberry Jam. HEX triplet: A3, 07 and 40. RGB value is (163,7,64). Sum of RGB (Red+Green+Blue) = 163+7+64=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A30740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30740 is #5CF8BF. Grayscale: #3C3C3C. Windows color (decimal): -6092992 or 4196259. OLE color: 4196259.

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

Color convert

RGB 163 7 64 -
CMYK 0 0.96 0.61 0.36
HSL 338.08º 0.92% 0.33% -
HSV(B) 338.08º 0.96% 0.64% -
XYZ 16.11 8.31 5.61 -
YUV 60.14 130.18 201.37 -
System Red Green Blue C M Y K H S L
Decimal 163 7 64 0 0.96 0.61 0.36 338.08 0.92 0.33
Hex A3 7 40 0 60 3D 24 152 5C 21
Octal 243 7 100 0 140 75 44 522 134 41
Binary 10100011 111 1000000 0 1100000 111101 100100 101010010 1011100 100001

Color Harmonies of #A30740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30740

Black with #A30740

Text Example


Text Example

White with #A30740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30740; }

 p { color: rgb(163,7,64); }

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

background-color css

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

 a { background-color: rgb(163,7,64); }

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

border-color css

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

 span { border-color: rgb(163,7,64); }

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