Html Css Color HEX #A30641 Jazzberry Jam

📋 copy color: '#A30641'

red 163 ◦ green 6 ◦ blue 65

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

Shades of Jazzberry Jam #A30641

Tints of Jazzberry Jam #A30641

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.56%

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

R = 69.66%
G = 2.56%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A30641 (or 0xA30641) is known color: Jazzberry Jam. HEX triplet: A3, 06 and 41. RGB value is (163,6,65). Sum of RGB (Red+Green+Blue) = 163+6+65=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A30641 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30641 is #5CF9BE. Grayscale: #3B3B3B. Windows color (decimal): -6093247 or 4261539. OLE color: 4261539.

HSL color Cylindrical-coordinate representation of color #A30641: hue angle of 337.45º degrees, saturation: 0.93, 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 #A30641 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 6 65 -
CMYK 0 0.96 0.60 0.36
HSL 337.45º 0.93% 0.33% -
HSV(B) 337.45º 0.96% 0.64% -
XYZ 16.12 8.3 5.75 -
YUV 59.67 131.01 201.7 -
System Red Green Blue C M Y K H S L
Decimal 163 6 65 0 0.96 0.60 0.36 337.45 0.93 0.33
Hex A3 6 41 0 60 3C 24 151 5D 21
Octal 243 6 101 0 140 74 44 521 135 41
Binary 10100011 110 1000001 0 1100000 111100 100100 101010001 1011101 100001

Color Harmonies of #A30641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30641

Black with #A30641

Text Example


Text Example

White with #A30641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30641; }

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

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

background-color css

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

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

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

border-color css

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

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

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