Html Css Color HEX #A30841 Jazzberry Jam

📋 copy color: '#A30841'

red 163 ◦ green 8 ◦ blue 65

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

Shades of Jazzberry Jam #A30841

Tints of Jazzberry Jam #A30841

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.39%

 BLUE value IS 65 (25.78% from 255) = 27.54%

R = 69.07%
G = 3.39%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A30841 (or 0xA30841) is known color: Jazzberry Jam. HEX triplet: A3, 08 and 41. RGB value is (163,8,65). Sum of RGB (Red+Green+Blue) = 163+8+65=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A30841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30841 is #5CF7BE. Grayscale: #3C3C3C. Windows color (decimal): -6092735 or 4262051. OLE color: 4262051.

HSL color Cylindrical-coordinate representation of color #A30841: hue angle of 337.94º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30841 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 8 65 -
CMYK 0 0.95 0.60 0.36
HSL 337.94º 0.91% 0.34% -
HSV(B) 337.94º 0.95% 0.64% -
XYZ 16.15 8.34 5.76 -
YUV 60.84 130.35 200.87 -
System Red Green Blue C M Y K H S L
Decimal 163 8 65 0 0.95 0.60 0.36 337.94 0.91 0.34
Hex A3 8 41 0 5F 3C 24 152 5B 22
Octal 243 10 101 0 137 74 44 522 133 42
Binary 10100011 1000 1000001 0 1011111 111100 100100 101010010 1011011 100010

Color Harmonies of #A30841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30841

Black with #A30841

Text Example


Text Example

White with #A30841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30841; }

 p { color: rgb(163,8,65); }

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

background-color css

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

 a { background-color: rgb(163,8,65); }

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

border-color css

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

 span { border-color: rgb(163,8,65); }

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