Html Css Color HEX #A30941 Jazzberry Jam

📋 copy color: '#A30941'

red 163 ◦ green 9 ◦ blue 65

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

Shades of Jazzberry Jam #A30941

Tints of Jazzberry Jam #A30941

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.8%

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

R = 68.78%
G = 3.8%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A30941 (or 0xA30941) is known color: Jazzberry Jam. HEX triplet: A3, 09 and 41. RGB value is (163,9,65). Sum of RGB (Red+Green+Blue) = 163+9+65=237 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.78% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 65 (25.78% from 255 or 27.43% from 237); Max value from RGB is 163 - color contains mainly: red. Hex color #A30941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30941 is #5CF6BE. Grayscale: #3D3D3D. Windows color (decimal): -6092479 or 4262307. OLE color: 4262307.

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

Color convert

RGB 163 9 65 -
CMYK 0 0.94 0.60 0.36
HSL 338.18º 0.9% 0.34% -
HSV(B) 338.18º 0.94% 0.64% -
XYZ 16.16 8.36 5.76 -
YUV 61.43 130.02 200.45 -
System Red Green Blue C M Y K H S L
Decimal 163 9 65 0 0.94 0.60 0.36 338.18 0.9 0.34
Hex A3 9 41 0 5E 3C 24 152 5A 22
Octal 243 11 101 0 136 74 44 522 132 42
Binary 10100011 1001 1000001 0 1011110 111100 100100 101010010 1011010 100010

Color Harmonies of #A30941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30941

Black with #A30941

Text Example


Text Example

White with #A30941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30941; }

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

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

background-color css

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

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

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

border-color css

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

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

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